noch nicht fertig

Dependencies:   mbed

Revision:
0:b89981b11f49
diff -r 000000000000 -r b89981b11f49 Bertl.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bertl.h	Thu May 07 11:10:03 2015 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "urBertl.h"
+class Bertl : public ur_Bertl
+{
+    public:
+            int Move;
+            bool FrontIsClear(); 
+            bool PickBeeper(int anz);
+            
+    protected:
+            int anzahl;
+                       
+}
\ No newline at end of file