GY-63_MS5611/libraries/SHT85/library.json
2023-12-10 10:07:39 +01:00

24 lines
553 B
JSON

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