GY-63_MS5611/libraries/DHTstable
2017-08-20 17:16:48 +02:00
..
examples + add samples to DHTstable 2015-08-20 23:02:36 +02:00
dht.cpp Fix issue #31 and #33 2017-07-27 15:34:44 +02:00
dht.h Fix issue #31 and #33 2017-07-27 15:34:44 +02:00
keywords.txt Fix issue #31 and #33 2017-07-27 15:34:44 +02:00
library.json updated platforms in json description 2017-01-03 17:41:49 +01:00
library.properties fix URL path in library.properties 2017-08-20 17:16:48 +02:00
readme.md Fix issue #31 and #33 2017-07-27 15:34:44 +02:00

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