All Projects → adafruit → Tinydht

adafruit / Tinydht

A simplified DHT11/DHT22/AM2302 library for use with the Trinket/Gemma

Adafruit TinyDHT Sensor Library Build StatusDocumentation

This is an Arduino library for the Adafruit Trinket and Gemma mini microcontrollers for the DHT series of low cost temperature/humidity sensors. The library returns integer values to save space on the memory constrained ATTiny85 by not requiring the floating point library.

To download, click the DOWNLOADS button, rename the uncompressed folder TinyDHT. Check that the TinyDHT folder contains TinyDHT.cpp, TinyDHT.h, and an examples folder. Place the TinyDHT library folder your /libraries/ folder. You may need to create the libraries subfolder if it is your first library. Restart the Arduino development software (IDE).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].