ESPHome 2025.5.0
Loading...
Searching...
No Matches
audio_adc.h
Go to the documentation of this file.
1#pragma once
2
4#include "esphome/core/hal.h"
5
6namespace esphome {
7namespace audio_adc {
8
9class AudioAdc {
10 public:
11 virtual bool set_mic_gain(float mic_gain) = 0;
12
13 virtual float mic_gain() = 0;
14};
15
16} // namespace audio_adc
17} // namespace esphome
virtual bool set_mic_gain(float mic_gain)=0
virtual float mic_gain()=0
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7