AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
19:2eba101d9c2c
Parent:
18:abcebc4d0da0
Child:
20:b89791ecceec
--- a/board/Board.cpp	Sat May 23 20:57:45 2015 +0000
+++ b/board/Board.cpp	Sat May 23 22:42:51 2015 +0000
@@ -15,12 +15,11 @@
 }
 
 uint32_t Board::keyboardButton(uint32_t index){
-    printf("button pressed \r\n");
+    //printf("button pressed \r\n");
     //printf("button index: %d\r\n", index);
     //printf("button car: %c\r\n", Keyboard::KEYTABLE[index]);
-    //----_callback.call(Keyboard::KEYTABLE[index]);
+    _callback.call(Keyboard::KEYTABLE[index]);
     //buttonEvent(Keyboard::KEYTABLE[index]);
-    leds->on(Leds::LEFT);
     return 0;
 }