2016-12-17 14:53:18 -05:00
|
|
|
{
|
|
|
|
"name": "Cozir",
|
2020-11-27 05:10:47 -05:00
|
|
|
"keywords": "Cozir, CO2, sensor, polling",
|
|
|
|
"description": "Arduino library for COZIR range of CO2 sensors. Polling mode only.",
|
2016-12-18 04:48:17 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
2017-01-13 18:06:09 -05:00
|
|
|
"name": "DirtGambit"
|
2016-12-18 04:48:17 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 14:53:18 -05:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 05:10:47 -05:00
|
|
|
"url": "https://github.com/RobTillaart/Cozir.git"
|
2016-12-17 14:53:18 -05:00
|
|
|
},
|
2024-04-11 11:29:19 -04:00
|
|
|
"version": "0.3.8",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2023-10-19 06:07:06 -04:00
|
|
|
"frameworks": "*",
|
2021-12-14 13:05:30 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "cozir.h"
|
2016-12-17 14:53:18 -05:00
|
|
|
}
|