arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
CoreAudio
AudioI2S
I2SConfig.h
Go to the documentation of this file.
1
#pragma once
2
#include "
AudioToolsConfig.h
"
3
#ifdef USE_I2S
4
5
#if defined(ESP32)
6
# if USE_LEGACY_I2S
7
# include "
I2SConfigESP32.h
"
8
# else
9
# include "
I2SConfigESP32V1.h
"
10
# endif
11
#else
12
# include "
I2SConfigStd.h
"
13
#endif
14
15
#endif
AudioToolsConfig.h
I2SConfigESP32.h
I2SConfigESP32V1.h
I2SConfigStd.h
Generated by
1.9.8