arduino-audio-tools
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
f
g
i
m
p
r
s
t
u
v
w
Functions
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
i
l
m
n
p
r
s
t
u
v
w
x
y
Enumerations
Related Symbols
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Friends
Modules
Pages
Loading...
Searching...
No Matches
src
AudioTools
CoreAudio
AudioI2S
I2SConfig.h
1
#pragma once
2
#include "AudioToolsConfig.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.8