2Leds

Dependencies:   mbed

Committer:
mpickl
Date:
Fri Mar 20 09:15:20 2015 +0000
Revision:
0:a688e3381853
Child:
1:8dbdcd41a812
message

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mpickl 0:a688e3381853 1 #include "mbed.h"
mpickl 0:a688e3381853 2 #include "ur_Bertl.h"
mpickl 0:a688e3381853 3
mpickl 0:a688e3381853 4 #ifndef DE_BERTL_H
mpickl 0:a688e3381853 5 // #define DE_BERTL_H
mpickl 0:a688e3381853 6
mpickl 0:a688e3381853 7 class de_Bertl : public ur_Bertl
mpickl 0:a688e3381853 8 {
mpickl 0:a688e3381853 9 public:
mpickl 0:a688e3381853 10 void Bewege(); // nur Deklaration - Prototyping
mpickl 0:a688e3381853 11 void Turn2LedsOn();
mpickl 0:a688e3381853 12 };
mpickl 0:a688e3381853 13 #endif