ESPHome  2024.3.1
Data Structures | Namespaces | Enumerations
dht.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::dht::DHT
 Component for reading temperature/humidity measurements from DHT11/DHT22 sensors. More...
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::dht
 

Enumerations

enum  esphome::dht::DHTModel {
  esphome::dht::DHT_MODEL_AUTO_DETECT = 0, esphome::dht::DHT_MODEL_DHT11, esphome::dht::DHT_MODEL_DHT22, esphome::dht::DHT_MODEL_AM2120,
  esphome::dht::DHT_MODEL_AM2302, esphome::dht::DHT_MODEL_RHT03, esphome::dht::DHT_MODEL_SI7021, esphome::dht::DHT_MODEL_DHT22_TYPE2
}