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 "Bertl.h"
tobiaswolfmajer 0:b89981b11f49 3 #include "LedBertl.h"
tobiaswolfmajer 0:b89981b11f49 4 lass LedBertl : public Bertl
tobiaswolfmajer 0:b89981b11f49 5 {
tobiaswolfmajer 0:b89981b11f49 6 public:
tobiaswolfmajer 0:b89981b11f49 7 string Anzeige(){return 0;}
tobiaswolfmajer 0:b89981b11f49 8
tobiaswolfmajer 0:b89981b11f49 9 protected:
tobiaswolfmajer 0:b89981b11f49 10 uint8_t zeit;