2018-01-08 17:22:13 -05:00
{
"name" : "DHTNEW" ,
2020-11-27 05:10:47 -05:00
"keywords" : "DHT11, DHT22, DHT33, DHT44, AM2301, AM2302, AM2303, autodetect, offset, interrupt, powerDown" ,
2023-01-09 10:55:27 -05:00
"description" : "Arduino library for DHT temperature and humidity sensor, with automatic sensor type recognition.\n(Sonoff Si7021, AM2320, AM2321, AM2322)" ,
2023-10-25 12:01:26 -04:00
"authors" :
2020-11-27 05:10:47 -05:00
{
"name" : "Rob Tillaart" ,
"email" : "Rob.Tillaart@gmail.com" ,
"maintainer" : true
} ,
2018-01-08 17:22:13 -05:00
"repository" :
{
"type" : "git" ,
2020-05-22 03:20:39 -04:00
"url" : "https://github.com/RobTillaart/DHTNEW.git"
2018-01-08 17:22:13 -05:00
} ,
2024-03-24 11:51:11 -04:00
"version" : "0.4.20" ,
2021-05-28 07:22:08 -04:00
"license" : "MIT" ,
2023-10-25 12:01:26 -04:00
"frameworks" : "*" ,
2021-12-16 11:24:05 -05:00
"platforms" : "*" ,
"headers" : "dhtnew.h"
2018-01-08 17:22:13 -05:00
}