26 lines
511 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
"name": "Cozir",
2020-11-27 11:10:47 +01:00
"keywords": "Cozir, CO2, sensor, polling",
"description": "Arduino library for COZIR range of CO2 sensors. Polling mode only.",
2016-12-18 10:48:17 +01:00
"authors":
[
{
2017-01-14 01:06:09 +02:00
"name": "DirtGambit"
2016-12-18 10:48:17 +01:00
},
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 20:53:18 +01:00
"repository":
{
"type": "git",
2020-11-27 11:10:47 +01:00
"url": "https://github.com/RobTillaart/Cozir.git"
2016-12-17 20:53:18 +01:00
},
2021-05-28 14:16:25 +02:00
"version": "0.2.6",
"license": "MIT",
2016-12-17 20:53:18 +01:00
"frameworks": "arduino",
2020-11-27 11:10:47 +01:00
"platforms": "*"
2016-12-17 20:53:18 +01:00
}