mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
30 lines
541 B
JSON
30 lines
541 B
JSON
{
|
|
"name": "AGS02MA",
|
|
"keywords": "I2C, AGS02MA, tvoc",
|
|
"description": "Arduino library for AGS02MA - TVOC sensor.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Viktor Balint"
|
|
},
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Beanow"
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/AGS02MA.git"
|
|
},
|
|
"version": "0.4.2",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "AGS02MA.h"
|
|
}
|