arduino-audio-tools
src
AudioTools
CoreAudio
AudioI2S
I2SConfig.h
1
#pragma once
2
#include "AudioConfig.h"
3
#ifdef USE_I2S
4
5
#if defined(ESP32)
6
# if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 0 , 0)
7
# include "I2SConfigESP32.h"
8
# else
9
# include "I2SConfigESP32V1.h"
10
# endif
11
#else
12
# include "I2SConfigStd.h"
13
#endif
14
15
#endif
Generated by
1.9.1