ESPHome 2025.6.1
Loading...
Searching...
No Matches
adc_input_mic_select.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome {
7namespace es8388 {
8
9class ADCInputMicSelect : public select::Select, public Parented<ES8388> {
10 protected:
11 void control(const std::string &value) override;
12};
13
14} // namespace es8388
15} // namespace esphome
Helper class to easily give an object a parent of type T.
Definition helpers.h:539
void control(const std::string &value) override
Base-class for all selects.
Definition select.h:31
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7