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

24 lines
541 B
JSON
Raw Normal View History

2021-05-26 06:06:51 -04:00
{
"name": "SHT85",
2021-12-28 08:21:26 -05:00
"keywords": "SHT85,Temperature,Humidity,I2C,SHT30, SHT31, SHT35, Senserion",
2021-08-24 13:59:51 -04:00
"description": "Arduino library for the SHT85, SHT30, SHT31, SHT35 temperature and humidity sensor",
2021-05-26 06:06:51 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SHT85"
},
2022-01-17 15:15:55 -05:00
"version": "0.3.2",
2021-05-28 07:46:01 -04:00
"license": "MIT",
2021-05-26 06:06:51 -04:00
"frameworks": "arduino",
2021-12-28 08:21:26 -05:00
"platforms": "*",
"headers": "SHT85.h"
2021-05-26 06:06:51 -04:00
}