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

26 lines
570 B
JSON
Raw Normal View History

2021-09-27 14:51:23 -04:00
{
"name": "SHT2x",
2021-11-17 12:59:50 -05:00
"keywords": "SHT20 SHT21 SHT25 HTU20D HTU21D",
2021-09-29 07:21:17 -04:00
"description": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor. Works also for HTU2xD(F) series.",
2021-09-27 14:51:23 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
},
{
"name": "Viktor Balint"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SHT2x.git"
},
2021-11-17 12:59:50 -05:00
"version": "0.1.2",
2021-09-27 14:51:23 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}