https://github.com/mostafa-wael/dht-arduino-library
an arduino library for the DHT sensor, it is applicable for DHT11 and DHT22
https://github.com/mostafa-wael/dht-arduino-library
arduino dht11 dht22 error-checking mutiple-sensors relative-hum temper
Last synced: about 1 month ago
JSON representation
an arduino library for the DHT sensor, it is applicable for DHT11 and DHT22
- Host: GitHub
- URL: https://github.com/mostafa-wael/dht-arduino-library
- Owner: Mostafa-wael
- License: gpl-3.0
- Created: 2020-06-17T22:08:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T11:27:47.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:45:54.256Z (3 months ago)
- Topics: arduino, dht11, dht22, error-checking, mutiple-sensors, relative-hum, temper
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DHT-arduino-library
An arduino library for the DHT sensor, it is applicable for DHT11 and DHT22.
the library introduces a lot of features to minimize the reading errors and facilitat using several modules togetherTo use the library:
- copy the DHT file to arduino libraries.
- include it from the Arduino IDE.