AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Files at this revision

API Documentation at this revision

Comitter:
sillevl
Date:
Sun May 24 19:31:24 2015 +0000
Parent:
20:b89791ecceec
Child:
23:eb5a5da6e83f
Commit message:
removed some comments

Changed in this revision

board/Board.h Show annotated file Show diff for this revision Revisions of this file
games/Game.h Show annotated file Show diff for this revision Revisions of this file
--- a/board/Board.h	Sun May 24 19:28:04 2015 +0000
+++ b/board/Board.h	Sun May 24 19:31:24 2015 +0000
@@ -10,8 +10,6 @@
 
 #include "FPointer.h"
 
-#include <vector>
-
 // class for debug leds
 // class for eeprom memory
 // class for wireless (nordic chip or xbee)
@@ -25,14 +23,6 @@
     LcdPins lcd;
 };
 
-/*class ButtonListener
-{
-  public:
-  uint32_t buttonEvent(uint32_t c){
-        return 0;
-    };
-};*/
-
 class Board{
     public:
     Board(Pinouts pinouts);
--- a/games/Game.h	Sun May 24 19:28:04 2015 +0000
+++ b/games/Game.h	Sun May 24 19:31:24 2015 +0000
@@ -23,6 +23,8 @@
     Keyboard* keyboard;
     Buzzer* buzzer;
     
+    
+    
     void init();
     void end();