got mp3

Dependents:   greenmp3hotmark

Fork of VS1053 by SGMP Coperations

Revision:
4:5b1bd3cca8dc
Parent:
3:94b538ace77a
--- a/player.h	Sun Dec 10 07:14:12 2017 +0000
+++ b/player.h	Mon Dec 11 12:29:47 2017 +0000
@@ -14,7 +14,10 @@
 public:
   void begin(void);
   void playFile(char *file);
+  void selectfile(char n);
   void stop(void);
+  void run(void);
+  void read(void);
 private:
     
 };