trying the SimpleDHT
This commit is contained in:
parent
569cd4e795
commit
7d09bff498
15 changed files with 1145 additions and 0 deletions
9
SimpleDHT/library.properties
Normal file
9
SimpleDHT/library.properties
Normal 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=*
|
Loading…
Add table
Add a link
Reference in a new issue