GY-63_MS5611/libraries/ACD10/library.json

24 lines
452 B
JSON
Raw Normal View History

2023-10-05 07:57:37 -04:00
{
"name": "ACD10",
"keywords": "CO2,environment",
"description": "Arduino library for the ACD10 CO2 sensor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ACD10.git"
},
2024-01-01 14:25:27 -05:00
"version": "0.1.3",
2023-10-05 07:57:37 -04:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "ACD10.h"
}