AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
18:abcebc4d0da0
Parent:
11:50572814f73e
Child:
19:2eba101d9c2c
diff -r 19dbb1dbb640 -r abcebc4d0da0 board/Keyboard.h
--- a/board/Keyboard.h	Sat May 23 20:17:54 2015 +0000
+++ b/board/Keyboard.h	Sat May 23 20:57:45 2015 +0000
@@ -17,6 +17,7 @@
       
     template<class T> 
     void attach(T* item, uint32_t(T::*method)(uint32_t)){
+        printf("Keyboard->attach\r\n");
         _callback.attach(item, method);
     }