ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
adc_input_mic_select.cpp
Go to the documentation of this file.
2
3namespace esphome::es8388 {
4
5void ADCInputMicSelect::control(size_t index) {
6 this->publish_state(index);
7 this->parent_->set_adc_input_mic(static_cast<AdcInputMicLine>(index));
8}
9
10} // namespace esphome::es8388
void control(size_t index) override
void publish_state(const std::string &state)
Definition select.cpp:11