27 lines
594 B
JSON
Raw Normal View History

2021-09-27 20:51:23 +02:00
{
"name": "SHT2x",
2021-12-28 12:13:24 +01:00
"keywords": "SHT20,SHT21,SHT25,HTU20D,HTU21D",
2021-09-29 13:21:17 +02:00
"description": "Arduino library for the I2C SHT20 SHT21 SHT25 series temperature and humidity sensor. Works also for HTU2xD(F) series.",
2021-09-27 20:51:23 +02: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"
},
2022-07-13 15:46:33 +02:00
"version": "0.2.0",
2021-09-27 20:51:23 +02:00
"license": "MIT",
"frameworks": "arduino",
2021-12-28 12:13:24 +01:00
"platforms": "*",
"headers": "SHT2x.h"
2021-09-27 20:51:23 +02:00
}