Arduino VS1053
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
g
h
i
l
p
r
s
t
v
w
Functions
a
b
c
d
e
g
h
i
l
p
r
s
t
v
w
Files
File List
•
All
Classes
Files
Functions
Enumerations
Pages
Loading...
Searching...
No Matches
src
VS1053Config.h
1
#pragma once
2
3
// declare namespace
4
namespace
arduino_vs1053{}
5
6
// Define Logging Port
7
#ifndef VS1053_LOG_PORT
8
#define VS1053_LOG_PORT Serial
9
#endif
10
11
// I2S Configuration: Use custom SPI Class for ESP
12
#define USE_ESP_SPI_CUSTOM 0
13
14
// In Arduino we usually do not want to work with namespaces. So we bring in the relevant namespace automatically.
15
// Comment out or define VS1053_NO_USING_NAMESPACE if you need to use namespace in sketch
16
#ifndef VS1053_NO_USING_NAMESPACE
17
using namespace
arduino_vs1053;
18
#endif
Generated by
1.9.5