ESPHome
2025.6.1
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
{
7
namespace
es8388 {
8
9
class
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
esphome::Parented
Helper class to easily give an object a parent of type T.
Definition
helpers.h:539
esphome::es8388::ADCInputMicSelect
Definition
adc_input_mic_select.h:9
esphome::es8388::ADCInputMicSelect::control
void control(const std::string &value) override
Definition
adc_input_mic_select.cpp:6
esphome::select::Select
Base-class for all selects.
Definition
select.h:31
es8388.h
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
select.h
Generated by
1.12.0