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

27 lines
511 B
JSON
Raw Normal View History

2021-08-13 07:08:52 -04:00
{
"name": "AGS02MA",
"keywords": "I2C, AGS02MA, tvoc",
"description": "Arduino library for AGS02MA - TVOC sensor.",
"authors":
[
2021-08-15 13:35:40 -04:00
{
"name": "Viktor Balint"
},
2021-08-13 07:08:52 -04:00
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AGS02MA.git"
},
2021-12-11 12:45:41 -05:00
"version": "0.1.3",
2021-08-13 07:08:52 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-11 12:45:41 -05:00
"platforms": "*",
"headers": "AGS02MA.h"
2021-08-13 07:08:52 -04:00
}