Initial publish

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
38:ef3968546d36
Parent:
37:6a2bf4488022
--- a/main/main.cpp	Mon May 06 22:35:51 2019 +0000
+++ b/main/main.cpp	Tue May 07 10:40:26 2019 +0000
@@ -58,7 +58,8 @@
     createdByIntro();
     noteToPlayer();
     //Makeing the generated y position for the enemy to be trully random.
-    srand(rand_y * 1000000);                            
+    srand(rand_y * 1000000);
+    gamepad.check_event(gamepad.A_PRESSED);                            
     while(1){                                         
         lcd.clear();
         menuSelection();