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 ur_Bertl()
tobiaswolfmajer 0:b89981b11f49 4 {
tobiaswolfmajer 0:b89981b11f49 5 public:
tobiaswolfmajer 0:b89981b11f49 6 void ur_Bertl() {return 0;}
tobiaswolfmajer 0:b89981b11f49 7 void Move() {return 0;}
tobiaswolfmajer 0:b89981b11f49 8 void Move(int anz){return 0;}
tobiaswolfmajer 0:b89981b11f49 9 void TurnLeft(){return 0;}
tobiaswolfmajer 0:b89981b11f49 10 void TurnOff(){return 0;}
tobiaswolfmajer 0:b89981b11f49 11
tobiaswolfmajer 0:b89981b11f49 12 protected:
tobiaswolfmajer 0:b89981b11f49 13 bool error(int code){return 0;}
tobiaswolfmajer 0:b89981b11f49 14
tobiaswolfmajer 0:b89981b11f49 15 }