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

24 lines
474 B
JSON
Raw Normal View History

2021-06-27 07:04:39 -04:00
{
"name": "SGP30",
"keywords": "CO2, H2, VOC, TVOC, Ethanol",
2023-01-27 14:36:02 -05:00
"description": "Arduino library for SGP30 environment sensor.",
2021-06-27 07:04:39 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SGP30.git"
},
2023-01-27 14:36:02 -05:00
"version": "0.2.0",
2021-06-27 07:04:39 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-28 05:10:52 -05:00
"platforms": "*",
"headers": "SGP30.h"
2021-06-27 07:04:39 -04:00
}