mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
27 lines
535 B
JSON
27 lines
535 B
JSON
{
|
|
"name": "Cozir",
|
|
"keywords": "Cozir, CO2, sensor, polling",
|
|
"description": "Arduino library for COZIR range of CO2 sensors. Polling mode only.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "DirtGambit"
|
|
},
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/Cozir.git"
|
|
},
|
|
"version": "0.3.6",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "cozir.h"
|
|
}
|