contains my game for the embedded systems project 2645

Dependencies:   mbed FXOS8700CQQQ

Revision:
25:7e3b6df93dd5
Parent:
23:2ca9735b16ef
Child:
26:35714debc45f
--- a/main.cpp	Fri Apr 19 22:10:51 2019 +0000
+++ b/main.cpp	Sat Apr 20 16:13:13 2019 +0000
@@ -55,13 +55,14 @@
     
     
     setup();
-    menus.welcomeMenu(pad,lcd); 
+    menus.welcomeMenu(pad,lcd);
+    menus.loading_menu(lcd);
+    pad.leds_off();
     
-    menus.InstructionsMenu(pad,lcd);
-    //keeps looping untill the player loses
     while(1){
-        Rocket_Racer.Game_Loop(lcd,pad);
+    menus.drawMenu(lcd,pad);
     }
+    
 
 
 }