Skip to content
Snippets Groups Projects
Commit 6faf885d authored by Stefan Gehr's avatar Stefan Gehr
Browse files

starting to work on file queue

parent 345792cc
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
static SoftwareSerial mp3(MP3RX, MP3TX);
static uint8_t fileQueue[16];
void mp3Setup(void) {
mp3.begin(4800);
//mp3.sendCommand(CMD_SEL_DEV, 0, 2); //select sd-card
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment