nicht fertig

Dependencies:   mbed

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