GY-63_MS5611/libraries/SHT31/library.json
2023-12-09 17:38:29 +01:00

24 lines
499 B
JSON

{
"name": "SHT31",
"keywords": "SHT31,Temperature,Humidity,I2C,SHT30,SHT35",
"description": "Arduino library for the I2C SHT31 temperature and humidity sensor",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SHT31"
},
"version": "0.5.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "SHT31.h"
}