Guitar Hero Project on LPC1768 using push buttons, analog joystick. speaker and LCD Display

Dependencies:   mbed wave_player mbed-rtos 4DGL-uLCD-SE SparkfunAnalogJoystick SDFileSystem_OldbutworkswithRTOS PinDetect

Revision:
8:32a0bb14dbd2
Parent:
7:5ac5056cde2c
Child:
9:fbf87719b8b3
--- a/main.cpp	Sun Nov 29 19:03:38 2020 +0000
+++ b/main.cpp	Sun Nov 29 19:05:37 2020 +0000
@@ -840,21 +840,6 @@
     }    
 }
 
-void Thread3(void const *args) {
-   
-    while(1) {
-        Thread::wait(1000);
-    }
-
-}
-
-void Thread4(void const *args) {
-   
-    while(1){
-        Thread::wait(1000);
-    }
-        
-}
 void startGame() {
     Game_State = Start_Game;
     sampletick.attach(&audio_sample, 1.0 / sample_freq);