GY-63_MS5611/libraries/DHTstable
2018-04-03 19:10:49 +02:00
..
examples 0.2.2 added more explicit support for AM23XX series and DHT12 2017-12-12 20:29:52 +01:00
dht.cpp Fix issue #96 - add flag to disable interrupts. 2018-04-03 19:10:49 +02:00
dht.h Fix issue #96 - add flag to disable interrupts. 2018-04-03 19:10:49 +02:00
keywords.txt 0.2.2 added more explicit support for AM23XX series and DHT12 2017-12-12 20:29:52 +01:00
library.json Fix issue #96 - add flag to disable interrupts. 2018-04-03 19:10:49 +02:00
library.properties Fix issue #96 - add flag to disable interrupts. 2018-04-03 19:10:49 +02:00
readme.md Solved issue #94 - changed #defines in const int to enforce datatype. 2018-02-21 15:10:31 +01:00

This is the 0.2.3 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 -