23 lines
489 B
JSON
Raw Normal View History

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