Tasmota/lib/default/DHT-sensor-library
Theo Arends 3890237a5f Add ESP32 dedicated DHT driver
- Add ESP32 dedicated DHT driver using standard Adafruit library.
- Extent DHT probe interval time from 2 to 4 seconds solving some misreadings
2021-12-29 14:57:56 +01:00
..
examples Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
.gitignore Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
CONTRIBUTING.md Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
DHT.cpp Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
DHT.h Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
README.md Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
code-of-conduct.md Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
keywords.txt Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
library.properties Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01:00
license.txt Add ESP32 dedicated DHT driver 2021-12-29 14:57:56 +01: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.