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

30 lines
547 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
2022-04-25 08:17:43 -04:00
},
{
"name": "Beanow"
2021-08-13 07:08:52 -04:00
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AGS02MA.git"
},
2022-08-12 06:15:08 -04:00
"version": "0.3.1",
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
}