Releases: adafruit/DHT-sensor-library
1.2.1 release with improved heat index calculation
Merged pull #41 to improve the heat index calculation.
1.2.0 release with optimizations
Merged optimizations from this pull request: #38 Of note the read functions now take an optional boolean parameter which can force the read to occur regardless of if it hasn't been two seconds since the last read. This is useful for sleep and other scenarios where the millis() counter doesn't necessarily match wall clock time.
1.1.1 minor bug fix release
Fixed bug #37 by improving GPIO read speed on AVR platforms. Upgrade to this version if you're running into intermittent NaN results on an AVR (Arduino Uno, Mega, etc.).
Version 1.1.0 support reading DHT from faster/slower processors automatically
Major change to DHT reading algorithm to be resilient to changes in the CPU speed. The length of a 0 or 1 bit pulse is now compared against the length of the known 50 microsecond low pulse before the bit. This allows the comparison between a 0 or 1 bit to happen without any dependency on a cycle count or other value that depends on the CPU speed.
1.0.0 release for Arduino
Automated initial release for Arduino library system.