ESPHome
2024.10.2
|
Data Structures | |
class | Emc2101Component |
This class includes support for the EMC2101 i2c fan controller. More... | |
class | EMC2101Output |
This class allows to control the EMC2101 output. More... | |
class | EMC2101Sensor |
This class exposes the EMC2101 sensors. More... | |
Enumerations | |
enum | Emc2101DACConversionRate { EMC2101_DAC_1_EVERY_16_S, EMC2101_DAC_1_EVERY_8_S, EMC2101_DAC_1_EVERY_4_S, EMC2101_DAC_1_EVERY_2_S, EMC2101_DAC_1_EVERY_SECOND, EMC2101_DAC_2_EVERY_SECOND, EMC2101_DAC_4_EVERY_SECOND, EMC2101_DAC_8_EVERY_SECOND, EMC2101_DAC_16_EVERY_SECOND, EMC2101_DAC_32_EVERY_SECOND } |
Enum listing all DAC conversion rates for the EMC2101. More... | |
Enum listing all DAC conversion rates for the EMC2101.
Specific values of the enum constants are register values taken from the EMC2101 datasheet.