23 lines
540 B
JSON
Raw Normal View History

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