contains my game for the embedded systems project 2645

Dependencies:   mbed FXOS8700CQQQ

Revision:
19:ad9dc8e418c9
Parent:
17:989ff25612ad
Child:
22:3e6ff378d651
--- a/GameEngine/RocketRacer.h	Mon Apr 08 18:49:00 2019 +0000
+++ b/GameEngine/RocketRacer.h	Tue Apr 09 15:33:52 2019 +0000
@@ -28,7 +28,7 @@
 Gamepad pad;
 RocketRacer rc;
 N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11); 
-DigitalIn buttonA(PTB9);
+
 // prototypes
 void welcome();
 void nextmenu();