AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
16:e8e96bf22df1
Parent:
14:e0bfee0a5e66
Child:
18:abcebc4d0da0
--- a/games/Game.h	Sat May 23 17:55:38 2015 +0000
+++ b/games/Game.h	Sat May 23 18:36:54 2015 +0000
@@ -3,7 +3,7 @@
 
 #include "../board/Board.h"
 
-class Game{
+class Game : public ButtonListener{
     public:
     Game(Board* board);
     static const char* NAME;
@@ -23,8 +23,6 @@
     Keyboard* keyboard;
     Buzzer* buzzer;
     
-    uint32_t keyEvent(uint32_t key);
-    
     void init();
     void end();