ESPHome 2025.11.0b4
Loading...
Searching...
No Matches
dac_output_select.cpp
Go to the documentation of this file.
1#include "dac_output_select.h"
2
3namespace esphome {
4namespace es8388 {
5
6void DacOutputSelect::control(size_t index) {
7 this->publish_state(index);
8 this->parent_->set_dac_output(static_cast<DacOutputLine>(index));
9}
10
11} // namespace es8388
12} // namespace esphome
void control(size_t index) override
void publish_state(const std::string &state)
Definition select.cpp:12
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7