ESPHome
2026.6.0-dev
Loading...
Searching...
No Matches
esphome
components
es8388
select
dac_output_select.cpp
Go to the documentation of this file.
1
#include "
dac_output_select.h
"
2
3
namespace
esphome::es8388
{
4
5
void
DacOutputSelect::control
(
size_t
index) {
6
this->
publish_state
(index);
7
this->
parent_
->set_dac_output(
static_cast<
DacOutputLine
>
(index));
8
}
9
10
}
// namespace esphome::es8388
esphome::Parented< ES8388 >::parent_
ES8388 * parent_
Definition
helpers.h:1872
esphome::es8388::DacOutputSelect::control
void control(size_t index) override
Definition
dac_output_select.cpp:5
esphome::select::Select::publish_state
void publish_state(const std::string &state)
Definition
select.cpp:11
dac_output_select.h
esphome::es8388
Definition
es8388.cpp:7
esphome::es8388::DacOutputLine
DacOutputLine
Definition
es8388.h:16
Generated by
1.12.0