contains my game for the embedded systems project 2645

Dependencies:   mbed FXOS8700CQQQ

Revision:
29:e660274d8222
Parent:
28:39607fb67e88
Child:
30:c5060010a1e6
--- a/main.cpp	Wed Apr 24 10:19:07 2019 +0000
+++ b/main.cpp	Thu Apr 25 10:44:53 2019 +0000
@@ -13,25 +13,19 @@
 
 // objects 
 
-/**
-  * @brief initializing the Gamepad object
-  */
+//instantiating the Gamepad object 
 Gamepad pad;
-/**
-  * @brief initializing the RocketRacer object
-  */
+
+// instantiating the RocketRacer object 
 RocketRacer Rocket_Racer;
-/**
-  * @brief initializing the lcd object and assigning the pins on the gamepad to it
-  */
+
+//instantiating the lcd object and assigning the pins on the gamepad to it
 N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11); 
-/**
-  * @brief initializing the Menus object
-  */
+
+//instantiating the Menus object
 Menus menus;
-/**
-  * @brief initializing the tests object
-  */
+
+// instantiating the tests object 
 tests test;
 
 // prototypes