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

24 lines
468 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"
},
2024-01-01 13:08:59 -05:00
"version": "0.3.1",
2021-06-27 07:04:39 -04:00
"license": "MIT",
2023-09-25 11:33:20 -04:00
"frameworks": "*",
2021-12-28 05:10:52 -05:00
"platforms": "*",
"headers": "SGP30.h"
2021-06-27 07:04:39 -04:00
}