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