arduino-audio-tools
Loading...
Searching...
No Matches
AnalogConfig.h
Go to the documentation of this file.
1#pragma once
2
3// Select proper config for the specifc platform
4
5#if defined(ESP32)
6# include "AnalogConfigESP32.h"
7# include "AnalogConfigESP32V1.h"
8#elif defined(IS_ZEPHYR)
9# include "AnalogConfigZephyr.h"
10#else
11# include "AnalogConfigStd.h"
12#endif