ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
adc_input_mic_select.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace esphome::es8388 {
7
8class ADCInputMicSelect : public select::Select, public Parented<ES8388> {
9 protected:
10 void control(size_t index) override;
11};
12
13} // namespace esphome::es8388
Helper class to easily give an object a parent of type T.
Definition helpers.h:1861
void control(size_t index) override
Base-class for all selects.
Definition select.h:29