Skip to content

Releases: adafruit/DHT-sensor-library

1.2.1 release with improved heat index calculation

06 Oct 00:56
Compare
Choose a tag to compare

Merged pull #41 to improve the heat index calculation.

1.2.0 release with optimizations

15 Sep 19:29
Compare
Choose a tag to compare

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

22 Jul 19:24
Compare
Choose a tag to compare

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

26 Jun 23:06
Compare
Choose a tag to compare

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

31 Mar 19:44
Compare
Choose a tag to compare

Automated initial release for Arduino library system.