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

23 lines
489 B
JSON
Raw Normal View History

2021-05-26 06:06:51 -04: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-08-24 12:45:23 -04:00
"version": "0.1.4",
2021-05-28 07:46:01 -04:00
"license": "MIT",
2021-05-26 06:06:51 -04:00
"frameworks": "arduino",
"platforms": "*"
}