24 lines
474 B
JSON
Raw Normal View History

2021-06-27 13:04:39 +02:00
{
"name": "SGP30",
"keywords": "CO2, H2, VOC, TVOC, Ethanol",
2023-01-27 20:36:02 +01:00
"description": "Arduino library for SGP30 environment sensor.",
2021-06-27 13:04:39 +02: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 20:36:02 +01:00
"version": "0.2.0",
2021-06-27 13:04:39 +02:00
"license": "MIT",
"frameworks": "arduino",
2021-12-28 11:10:52 +01:00
"platforms": "*",
"headers": "SGP30.h"
2021-06-27 13:04:39 +02:00
}