AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
4:2c91c9eccf3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/board/Key.h	Sat Dec 13 10:11:24 2014 +0000
@@ -0,0 +1,13 @@
+#ifndef KEY_H
+#define KEY_H
+
+#include "Button.h"
+
+class Key : public Button{
+    public:
+    Key(PinName keyPin);
+};
+    
+
+
+#endif
\ No newline at end of file