ECE 4180 Final Project MP3 player code

Dependencies:   mbed mbed-rtos wave_player_appbd 4DGL-uLCD-SE SDFileSystem PinDetect

Revision:
2:bb408ca8fddb
Parent:
1:481169ca05e0
--- a/main.cpp	Fri Dec 10 17:42:59 2021 +0000
+++ b/main.cpp	Fri Dec 10 17:57:49 2021 +0000
@@ -54,7 +54,11 @@
 }
  
 microphone mymicrophone(p16);
-
+void TrackSelect()
+{
+    //Add code here to use the avg to set the next track, or set the next track based on the menu. 
+    }
+    
 void LCDThread(void const *argument)
 {
     while(1){