ESPHome  2024.4.2
Data Structures | Namespaces | Enumerations
emc2101.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::emc2101::Emc2101Component
 This class includes support for the EMC2101 i2c fan controller. 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::emc2101
 

Enumerations

enum  esphome::emc2101::Emc2101DACConversionRate {
  esphome::emc2101::EMC2101_DAC_1_EVERY_16_S, esphome::emc2101::EMC2101_DAC_1_EVERY_8_S, esphome::emc2101::EMC2101_DAC_1_EVERY_4_S, esphome::emc2101::EMC2101_DAC_1_EVERY_2_S,
  esphome::emc2101::EMC2101_DAC_1_EVERY_SECOND, esphome::emc2101::EMC2101_DAC_2_EVERY_SECOND, esphome::emc2101::EMC2101_DAC_4_EVERY_SECOND, esphome::emc2101::EMC2101_DAC_8_EVERY_SECOND,
  esphome::emc2101::EMC2101_DAC_16_EVERY_SECOND, esphome::emc2101::EMC2101_DAC_32_EVERY_SECOND
}
 Enum listing all DAC conversion rates for the EMC2101. More...