ESPHome
2026.6.0-dev
Loading...
Searching...
No Matches
esphome
components
es8388
select
adc_input_mic_select.cpp
Go to the documentation of this file.
1
#include "
adc_input_mic_select.h
"
2
3
namespace
esphome::es8388
{
4
5
void
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
adc_input_mic_select.h
esphome::Parented< ES8388 >::parent_
ES8388 * parent_
Definition
helpers.h:1872
esphome::es8388::ADCInputMicSelect::control
void control(size_t index) override
Definition
adc_input_mic_select.cpp:5
esphome::select::Select::publish_state
void publish_state(const std::string &state)
Definition
select.cpp:11
esphome::es8388
Definition
es8388.cpp:7
esphome::es8388::AdcInputMicLine
AdcInputMicLine
Definition
es8388.h:22
Generated by
1.12.0