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

22 lines
460 B
JSON
Raw Normal View History

2019-02-18 08:01:41 -05:00
{
"name": "SHT31",
2020-11-27 05:33:55 -05:00
"keywords": "SHT31 Temperature Humidity I2C SHT30 SHT35",
"description": "Arduino library for the I2C SHT31 temperature and humidity sensor",
2019-02-18 08:01:41 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2021-01-29 06:31:58 -05:00
"url": "https://github.com/RobTillaart/SHT31"
2019-02-18 08:01:41 -05:00
},
2021-01-29 06:31:58 -05:00
"version":"0.3.0",
2019-02-18 08:01:41 -05:00
"frameworks": "arduino",
2020-11-27 05:33:55 -05:00
"platforms": "*"
2019-02-18 08:01:41 -05:00
}