st-anything/lib/DHT
Gašper Dobrovoljc ec125f27db
IP Configuration
2023-03-11 15:11:03 +01:00
..
examples IP Configuration 2023-03-11 15:11:03 +01:00
dht.cpp IP Configuration 2023-03-11 15:11:03 +01:00
dht.h IP Configuration 2023-03-11 15:11:03 +01:00
keywords.txt IP Configuration 2023-03-11 15:11:03 +01:00
library.json IP Configuration 2023-03-11 15:11:03 +01:00
library.properties IP Configuration 2023-03-11 15:11:03 +01:00
readme.md IP Configuration 2023-03-11 15:11:03 +01:00
readme.txt IP Configuration 2023-03-11 15:11:03 +01:00

This is the 0.2.1 version of the DHTlib. This version is stable for both ARM and AVR.

You can use most examples from https://github.com/RobTillaart/Arduino/tree/master/libraries/DHTlib/examples

update 2015-10-12: For multithreading environments for Arduino one could replace delay(wakeupDelay); with delayMicroseconds(wakeupDelay * 1000UL); see also - https://github.com/RobTillaart/Arduino/pull/25 -