README.md (1724B)
1 # 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) 2 3 ## Description 4 5 An Arduino library for the DHT series of low-cost temperature/humidity sensors. 6 7 You can find DHT tutorials [here](https://learn.adafruit.com/dht). 8 9 # Dependencies 10 * [Adafruit Unified Sensor Driver](https://github.com/adafruit/Adafruit_Sensor) 11 12 # Contributing 13 14 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 15 16 Please read our [Code of Conduct](https://github.com/adafruit/DHT-sensor-library/blob/master/CODE_OF_CONDUCT.md>) 17 before contributing to help this project stay welcoming. 18 19 ## Documentation and doxygen 20 Documentation is produced by doxygen. Contributions should include documentation for any new code added. 21 22 Some examples of how to use doxygen can be found in these guide pages: 23 24 https://learn.adafruit.com/the-well-automated-arduino-library/doxygen 25 26 https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips 27 28 Written by Adafruit Industries based on work by: 29 30 * T. DiCola 31 * P. Y. Dragon 32 * L. Fried 33 * J. Hoffmann 34 * M. Kooijman 35 * J. M. Dana 36 * S. Conaway 37 * S. IJskes 38 * T. Forbes 39 * B. C 40 * T. J Myers 41 * L. Sørup 42 * per1234 43 * O. Duffy 44 * matthiasdanner 45 * J. Lim 46 * G. Ambrozio 47 * chelmi 48 * adams13x13 49 * Spacefish 50 * I. Scheller 51 * C. Miller 52 * 7eggert 53 54 55 MIT license, check license.txt for more information 56 All text above must be included in any redistribution 57 58 To install, use the Arduino Library Manager and search for "DHT sensor library" and install the library.