This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
YET-INTERNET-RADIO-WITH-ESP32 | |
*** MP3 & MIDI TEST *** | |
*/ | |
#include <Arduino.h> | |
#include <Adafruit_VS1053.h> // don't forget to connect miso/mosi/sck | |
#define VS_CS 5 // VS1053 chip select pin (output) = Control Chip Select Pin (for accessing SPI Control/Status registers) --> XCS | |
#define VS_DCS 33 // VS1053 Data/chip/command select pin (output) --> XDSV sau XDCS |