Michael Benedikt
/
TestUebung
TestUebung
Diff: de_Bertl.h
- Revision:
- 0:702a8075c0c6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/de_Bertl.h Fri May 08 07:59:20 2015 +0000 @@ -0,0 +1,14 @@ +#include "mbed.h" +#include "ur_Bertl.h" +#include "const.h" + +#ifndef DE_BERTL +#define DE_BERTL + +class de_Bertl : public ur_Bertl +{ +public: + void Bewege(); // nur Deklaration= Ptototyping + void Turn2LedsOn(); +}; +#endif \ No newline at end of file