noch nicht fertig

Dependencies:   mbed

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