got mp3

Dependents:   greenmp3hotmark

Fork of VS1053 by SGMP Coperations

Revision:
6:a26a42923924
Parent:
5:ce3a3ce60f30
--- a/player.cpp	Tue Dec 12 14:04:24 2017 +0000
+++ b/player.cpp	Tue Aug 07 11:52:22 2018 +0000
@@ -2,7 +2,7 @@
 #include"SDFileSystem.h"
 
 SDFileSystem sd(D11, D12, D13, D9, "sd"); // the pinout on the mbed Cool
-vs10xx vs1053(D11, D12, D13, D6, D7, D2, D8);//mosi,miso,sclk,xcs,xdcs,dreq,xreset
+vs10xx vs1053(D11, D12, D13, D6, D7, D2, D8);//mosi,miso,sclk,xcs,xdcs,dreq,xreset 3spi+chip select
 Serial aa(USBTX, USBRX);
 Serial pc(D1, D0);
 playerStatetype  playerState;