GY-63_MS5611/libraries/SHT2x/library.json
2023-12-07 17:29:13 +01:00

30 lines
649 B
JSON

{
"name": "SHT2x",
"keywords": "SHT20,SHT21,SHT25,HTU20D,HTU21D,Si7013,Si7020,Si7021,GY21",
"description": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor. Works also for HTU2xD(F) series.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
},
{
"name": "Viktor Balint"
},
{
"name": "JensB"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SHT2x.git"
},
"version": "0.5.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "SHT2x.h"
}