nicht fertig

Dependencies:   mbed

Revision:
0:d35c234f9b7e
Child:
1:6b4257695718
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bertl.h	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();
+    bool FronIsClear();
+    bool PickBeeper(int anz);
+
+    protected;
+    int anzahl;
+
+}