nodemcu-firmware/app/dhtlib
vowstar 87341547d7 Update DHTlib, supported DHT11 or DHTxx automatic detection.
Using @MarsTechHAN 's method.
New usage:
status, temp, humi, tempdec, humidec = dht.read( id )
print( dht.read( id ) )
= dht.read( id )
2015-06-18 20:53:52 +08:00
..
Makefile Add dhtlib for DHT11/21/22/33/44, port from Arduino. 2015-06-17 16:30:12 +08:00
dht.c Update DHTlib, supported DHT11 or DHTxx automatic detection. 2015-06-18 20:53:52 +08:00
dht.h Update DHTlib, supported DHT11 or DHTxx automatic detection. 2015-06-18 20:53:52 +08:00