Test

Dependencies:   mbed

Revision:
0:b31a2e59a9f3
Child:
1:586339d244ed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Bertl.h	Thu May 07 10:47:14 2015 +0000
@@ -0,0 +1,12 @@
+#include urBertl.h
+
+class Bertl: ur_Bertl
+{
+    protected:
+    int anzahl;
+    
+    public:
+    int Move();
+    bool FrontIsClear();
+    bool PickBeeper(int anz);                                                                                                                                                                                                   
+};
\ No newline at end of file