nicht fertig

Dependencies:   mbed

Revision:
0:d35c234f9b7e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ur_bertl.cpp	Thu May 07 11:07:09 2015 +0000
@@ -0,0 +1,15 @@
+#include "bertl.h"
+#include "mbed.h"
+class ur_Bertl()
+{
+public:
+    void ur_Bertl() {return 0}
+    void Move() {return 0}
+    void Move(int anz) {return 0}
+    void TurnLeft() {return 0}
+    void TurnOff() {return 0}
+
+    protected;
+
+    bool error(int code) {return 0}
+}
\ No newline at end of file