Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adafruit/DHT-sensor-library
Arduino library for DHT11, DHT22, etc Temperature & Humidity Sensors
https://github.com/adafruit/DHT-sensor-library
arduino-library
Last synced: 3 months ago
JSON representation
Arduino library for DHT11, DHT22, etc Temperature & Humidity Sensors
- Host: GitHub
- URL: https://github.com/adafruit/DHT-sensor-library
- Owner: adafruit
- License: mit
- Created: 2011-06-20T23:45:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T11:35:25.000Z (5 months ago)
- Last Synced: 2024-06-29T19:33:00.913Z (5 months ago)
- Topics: arduino-library
- Language: C++
- Homepage: https://learn.adafruit.com/dht
- Size: 251 KB
- Stars: 1,934
- Watchers: 158
- Forks: 1,430
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.txt
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- Awesome-arduino - DHT-sensor-library - Arduino library for DHT11DHT22, etc Temp & Humidity Sensors (Libraries)
- awesome-arduino - DHT-sensor-library - Arduino library for DHT11DHT22, etc Temp & Humidity Sensors (Libraries)
README
# DHT sensor library [![Build Status](https://github.com/adafruit/DHT-sensor-library/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/DHT-sensor-library/actions)
## Description
An Arduino library for the DHT series of low-cost temperature/humidity sensors.
You can find DHT tutorials [here](https://learn.adafruit.com/dht).
# Dependencies
* [Adafruit Unified Sensor Driver](https://github.com/adafruit/Adafruit_Sensor)# Contributing
Contributions are welcome! Not only you’ll encourage the development of the library, but you’ll also learn how to best use the library and probably some C++ too
Please read our [Code of Conduct](https://github.com/adafruit/DHT-sensor-library/blob/master/CODE_OF_CONDUCT.md>)
before contributing to help this project stay welcoming.## Documentation and doxygen
Documentation is produced by doxygen. Contributions should include documentation for any new code added.Some examples of how to use doxygen can be found in these guide pages:
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips
Written by Adafruit Industries based on work by:
* T. DiCola
* P. Y. Dragon
* L. Fried
* J. Hoffmann
* M. Kooijman
* J. M. Dana
* S. Conaway
* S. IJskes
* T. Forbes
* B. C
* T. J Myers
* L. Sørup
* per1234
* O. Duffy
* matthiasdanner
* J. Lim
* G. Ambrozio
* chelmi
* adams13x13
* Spacefish
* I. Scheller
* C. Miller
* 7eggertMIT license, check license.txt for more information
All text above must be included in any redistributionTo install, use the Arduino Library Manager and search for "DHT sensor library" and install the library.