GY-63_MS5611/libraries/SHT2x/library.json
2022-06-23 15:15:32 +02:00

27 lines
594 B
JSON

{
"name": "SHT2x",
"keywords": "SHT20,SHT21,SHT25,HTU20D,HTU21D",
"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.1.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "SHT2x.h"
}