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

23 lines
481 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-09-20 05:41:38 -04:00
"version": "0.3.4",
2021-05-28 07:45:10 -04:00
"license": "MIT",
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
}