arduino/Arduino

Library: Simple, Stable and Fast DHT Library

winlinvip opened this issue · 3 comments

I have wrote a simple and fast library for DHT sensor. I like to share it on the library manager.

  1. Simple: Simple C++ code with lots of comments.
  2. Stable: Follow the DHT11 protocol strictly.
  3. Fast: Support 0.5HZ or 1HZ sampling rate.

Here is the link:
https://github.com/winlinvip/SimpleDHT

agdl commented

Done!

Great, thanks~
I will contribute more HDT sensor in future.