trying the SimpleDHT

This commit is contained in:
Roald Batts 2022-12-28 22:36:14 -05:00
parent 569cd4e795
commit 7d09bff498
15 changed files with 1145 additions and 0 deletions

View file

@ -0,0 +1,9 @@
name=SimpleDHT
version=1.0.15
author=Winlin <winlin@vip.126.com>
maintainer=Winlin <winlin@vip.126.com>
sentence=Arduino Temp & Humidity Sensors for DHT11 and DHT22.
paragraph=Simple C++ code with lots of comments, strictly follow the standard DHT protocol, supports 0.5HZ(DHT22) or 1HZ(DHT11) sampling rate.
category=Sensors
url=https://github.com/winlinvip/SimpleDHT
architectures=*