2018-01-08 23:22:13 +01:00
|
|
|
{
|
|
|
|
"name": "DHTNEW",
|
2020-11-27 11:10:47 +01:00
|
|
|
"keywords": "DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown",
|
2022-10-22 10:59:47 +02:00
|
|
|
"description": "Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.\n(Sonoff Si7021)",
|
2020-11-27 11:10:47 +01:00
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
2018-01-08 23:22:13 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-05-22 09:20:39 +02:00
|
|
|
"url": "https://github.com/RobTillaart/DHTNEW.git"
|
2018-01-08 23:22:13 +01:00
|
|
|
},
|
2022-11-05 19:57:52 +01:00
|
|
|
"version": "0.4.17",
|
2021-05-28 13:22:08 +02:00
|
|
|
"license": "MIT",
|
2018-01-08 23:22:13 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-16 17:24:05 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "dhtnew.h"
|
2018-01-08 23:22:13 +01:00
|
|
|
}
|