AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
11:50572814f73e
Parent:
10:afc22465169e
Child:
12:22e9ef610ea2
--- a/Airsofttimer.cpp	Sun Dec 14 11:50:19 2014 +0000
+++ b/Airsofttimer.cpp	Wed Dec 31 15:27:43 2014 +0000
@@ -45,6 +45,6 @@
 // show a list of games, and select one
 int Airsofttimer::select_game(){
     GameSelector* selector = new GameSelector(board);
-    selector->run();
+    //selector->run(); // ShowBuzzer game ftw !
     return 0;
 }
\ No newline at end of file