noch nicht fertig

Dependencies:   mbed

Committer:
tobiaswolfmajer
Date:
Thu May 07 11:10:03 2015 +0000
Revision:
0:b89981b11f49
TobiasWolfmajer3aheli

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tobiaswolfmajer 0:b89981b11f49 1 #include "mbed.h"
tobiaswolfmajer 0:b89981b11f49 2 #include "urBertl.h"
tobiaswolfmajer 0:b89981b11f49 3 #include "Bertl.h"
tobiaswolfmajer 0:b89981b11f49 4 class Bertl : public ur_Bertl
tobiaswolfmajer 0:b89981b11f49 5 {
tobiaswolfmajer 0:b89981b11f49 6 public:
tobiaswolfmajer 0:b89981b11f49 7 int Move;
tobiaswolfmajer 0:b89981b11f49 8 bool FrontIsClear() {return 0;}
tobiaswolfmajer 0:b89981b11f49 9 bool PickBeeper(int anz) {return 0;}
tobiaswolfmajer 0:b89981b11f49 10
tobiaswolfmajer 0:b89981b11f49 11 protected:
tobiaswolfmajer 0:b89981b11f49 12 int anzahl;
tobiaswolfmajer 0:b89981b11f49 13
tobiaswolfmajer 0:b89981b11f49 14 }