GY-63_MS5611/libraries/SGP30/library.json
2023-12-08 19:50:19 +01:00

24 lines
468 B
JSON

{
"name": "SGP30",
"keywords": "CO2, H2, VOC, TVOC, Ethanol",
"description": "Arduino 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"
},
"version": "0.3.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "SGP30.h"
}