GY-63_MS5611/libraries/DHTstable
2018-01-09 00:11:37 +01:00
..
examples 0.2.2 added more explicit support for AM23XX series and DHT12 2017-12-12 20:29:52 +01:00
dht.cpp 0.2.2 added more explicit support for AM23XX series and DHT12 2017-12-12 20:29:52 +01:00
dht.h fix version number 2018-01-07 19:06:35 +01: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 library.json keywords format 2018-01-09 00:11:37 +01:00
library.properties 0.2.2 added more explicit support for AM23XX series and DHT12 2017-12-12 20:29:52 +01:00
readme.md 0.2.2 added more explicit support for AM23XX series and DHT12 2017-12-12 20:29:52 +01:00

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