GY-63_MS5611/libraries/SHT85/library.json
2022-01-17 21:15:55 +01:00

24 lines
541 B
JSON

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