Skip to content

Releases: winlinvip/SimpleDHT

Code refined.

03 Jun 03:40
Compare
Choose a tag to compare
  1. Merge #5, Refine the startup signal, switch to INPUT when PULL HIGH.
  2. Merge #1, Add example for using two sensors.
  3. Defined Errors for return values.

simple-dht 1.0.2 released.

23 Jan 09:35
Compare
Choose a tag to compare

Fix the name for example variables.

simple-dht 1.0.1 released.

23 Jan 09:28
Compare
Choose a tag to compare

Change to C++ version.

simple-dht 1.0.0 released.

23 Jan 07:38
Compare
Choose a tag to compare

Simple DHT sensor library

  1. Support DHT11.
  2. Simple: Use fewer pure c function, with lots of comments.
  3. Stable: Follow the DHT11 protocol strictly.
  4. Fast: Support 0.5HZ or 1HZ sampling rate.