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

24 lines
466 B
JSON
Raw Normal View History

2021-06-27 07:04:39 -04:00
{
"name": "SGP30",
"keywords": "CO2, H2, VOC, TVOC, Ethanol",
"description": "Library for SGP30 environment sensor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SGP30.git"
},
2022-11-24 05:22:37 -05:00
"version": "0.1.6",
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
}