LED_Programm

Dependencies:   mbed

Revision:
0:c4795d964769
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/If_Task.h	Thu Apr 16 11:48:29 2015 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+#include "ur_Bertl.h"
+
+
+#ifndef GAMEPLAYER_H
+#define GAMEPLAYER_H
+
+class GamePlayer : public ur_Bertl
+{
+    public:
+    void CaptureTheBeeper();
+    void TurnAround();
+};
+#endif
\ No newline at end of file