contains my game for the embedded systems project 2645

Dependencies:   mbed FXOS8700CQQQ

Revision:
28:39607fb67e88
Parent:
27:771d186b1bc8
Child:
29:e660274d8222
--- a/main.cpp	Sun Apr 21 11:26:12 2019 +0000
+++ b/main.cpp	Wed Apr 24 10:19:07 2019 +0000
@@ -1,5 +1,4 @@
 /*
-
 Electronic & Computer Engineering
 ELEC2645 Embedded Systems Project
 University of Leeds
@@ -70,7 +69,8 @@
     
     setup();
 //      test.test_welcomeMenu(pad,lcd);
-//      test.test_PlayMelody(pad);
+//      test.test_Play_Welcome_Melody(pad);
+//      test.test_End_Game_Melody(Gamepad &pad);
 //      test.test_drawMenu(lcd, pad);
 //      test.test_credits_page(lcd,pad);
 //      test.test_loading_menu(lcd);
@@ -85,7 +85,5 @@
     menus.drawMenu(lcd,pad);
     }
     
-    
-
 }