Arduino library for DHT11, DHT22, etc Temperature & Humidity Sensors
Go to file
dherrada be6915c60d Update CI action versions 2023-05-12 11:24:12 -04:00
.github Update CI action versions 2023-05-12 11:24:12 -04:00
examples Updated comment on the Pin Out of the DHTxx Sensors 2021-03-12 22:14:19 +01:00
.gitignore Add .gitignore 2019-07-04 11:31:09 +02:00
CONTRIBUTING.md [Update URL] 2019-11-01 14:41:05 +05:00
DHT.cpp Fix infinite loop on STM32F103 2022-06-25 19:46:56 +02:00
DHT.h Fix comment on DHT22 and DHT21 variables 2021-10-24 21:27:23 -03:00
DHT_U.cpp actionified, formatted and doxy'd 2020-04-08 11:37:24 -07:00
DHT_U.h actionified, formatted and doxy'd 2020-04-08 11:37:24 -07:00
README.md actionified, formatted and doxy'd 2020-04-08 11:37:24 -07:00
code-of-conduct.md actionified, formatted and doxy'd 2020-04-08 11:37:24 -07:00
keywords.txt Use correct field separator in keywords.txt 2018-07-16 05:02:42 -07:00
library.properties Bump to 1.4.4 2022-06-27 14:05:27 -04:00
license.txt actionified, formatted and doxy'd 2020-04-08 11:37:24 -07:00

README.md

DHT sensor library Build Status

Description

An Arduino library for the DHT series of low-cost temperature/humidity sensors.

You can find DHT tutorials here.

Dependencies

Contributing

Contributions are welcome! Not only youll encourage the development of the library, but youll also learn how to best use the library and probably some C++ too

Please read our Code of Conduct 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
  • 7eggert

MIT license, check license.txt for more information All text above must be included in any redistribution

To install, use the Arduino Library Manager and search for "DHT sensor library" and install the library.