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 class Bertl : public ur_Bertl
tobiaswolfmajer 0:b89981b11f49 4 {
tobiaswolfmajer 0:b89981b11f49 5 public:
tobiaswolfmajer 0:b89981b11f49 6 int Move;
tobiaswolfmajer 0:b89981b11f49 7 bool FrontIsClear();
tobiaswolfmajer 0:b89981b11f49 8 bool PickBeeper(int anz);
tobiaswolfmajer 0:b89981b11f49 9
tobiaswolfmajer 0:b89981b11f49 10 protected:
tobiaswolfmajer 0:b89981b11f49 11 int anzahl;
tobiaswolfmajer 0:b89981b11f49 12
tobiaswolfmajer 0:b89981b11f49 13 }