GY-63_MS5611/libraries/SHT2x/library.json
2023-03-26 22:08:27 +02:00

27 lines
620 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"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SHT2x.git"
},
"version": "0.3.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "SHT2x.h"
}