AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
8:e9fb60f5a56f
Parent:
5:be598835bab0
Child:
9:b587bae22691
--- a/Airsofttimer.h	Sat Dec 13 12:43:59 2014 +0000
+++ b/Airsofttimer.h	Sat Dec 13 12:48:28 2014 +0000
@@ -17,7 +17,8 @@
     private:
     Board* board;
     
-    void init();   
+    void init();  
+    void start(); 
 
 };