2020-04-08 21:36:24 +03:00
# 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)
2019-01-15 03:35:30 +03:00
2019-11-01 01:26:43 +03:00
## Description
2011-06-23 00:12:33 +04:00
2019-11-01 01:26:43 +03:00
An Arduino library for the DHT series of low-cost temperature/humidity sensors.
2015-10-13 07:08:31 +03:00
2019-11-01 01:26:43 +03:00
You can find DHT tutorials [here ](https://learn.adafruit.com/dht ).
2016-10-27 00:44:39 +03:00
2020-04-08 21:36:24 +03:00
# Dependencies
* [Adafruit Unified Sensor Driver ](https://github.com/adafruit/Adafruit_Sensor )
2016-10-27 00:44:39 +03:00
2020-04-08 21:36:24 +03:00
# Contributing
2016-10-27 00:44:39 +03:00
2020-04-08 21:36:24 +03:00
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
2016-10-27 00:44:39 +03:00
2020-04-08 21:36:24 +03:00
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.
2019-11-01 01:26:43 +03:00
2020-04-08 21:36:24 +03:00
## Documentation and doxygen
Documentation is produced by doxygen. Contributions should include documentation for any new code added.
2019-11-01 01:26:43 +03:00
2020-04-08 21:36:24 +03:00
Some examples of how to use doxygen can be found in these guide pages:
2019-11-01 01:26:43 +03:00
2020-04-08 21:36:24 +03:00
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen
2019-11-01 01:26:43 +03:00
2020-04-08 21:36:24 +03:00
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips
2019-11-01 01:26:43 +03:00
2020-04-08 21:36:24 +03:00
Written by Adafruit Industries based on work by:
2019-11-01 01:26:43 +03:00
2020-04-08 21:36:24 +03:00
* 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
* 7eggert
2019-11-01 01:26:43 +03:00
2020-04-08 21:36:24 +03:00
MIT license, check license.txt for more information
All text above must be included in any redistribution
2019-11-01 01:26:43 +03:00
2020-04-08 21:36:24 +03:00
To install, use the Arduino Library Manager and search for "DHT sensor library" and install the library.