Sille Van Landschoot / Mbed 2 deprecated AirsoftTimer

Dependencies:   mbed TextLCD keypad

Revision:
13:ece97a1108cc
Child:
14:e0bfee0a5e66
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/objectives/WaitForKeyObjective.h	Sat May 23 17:15:42 2015 +0000
@@ -0,0 +1,15 @@
+#ifndef WAITFORKEYOBJECTIVE_H
+#define WAITFORKEYOBJECTIVE_H
+
+#include "Objective.h"
+
+class WaitForKeyObjective : public Objective{
+        
+    public:
+    void run();
+
+    
+};
+
+
+#endif
\ No newline at end of file