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

27 lines
620 B
JSON
Raw Normal View History

2021-09-27 14:51:23 -04:00
{
"name": "SHT2x",
2023-03-26 16:08:27 -04:00
"keywords": "SHT20,SHT21,SHT25,HTU20D,HTU21D,Si7013,Si7020,Si7021,GY21",
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"
},
2023-03-26 16:08:27 -04:00
"version": "0.3.0",
2021-09-27 14:51:23 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-28 06:13:24 -05:00
"platforms": "*",
"headers": "SHT2x.h"
2021-09-27 14:51:23 -04:00
}