Library: Simple, Stable and Fast DHT Library
winlinvip opened this issue · 3 comments
winlinvip commented
I have wrote a simple and fast library for DHT sensor. I like to share it on the library manager.
- Simple: Simple C++ code with lots of comments.
- Stable: Follow the DHT11 protocol strictly.
- Fast: Support 0.5HZ or 1HZ sampling rate.
Here is the link:
https://github.com/winlinvip/SimpleDHT
winlinvip commented
The release: https://github.com/winlinvip/SimpleDHT/releases
I have check the https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-add-my-library-to-library-manager
Thanks~
agdl commented
Done!
winlinvip commented
Great, thanks~
I will contribute more HDT sensor in future.