Sebastian Stroissnigg
/
Bertl_Sensoren
Bertl Taster Test
Diff: Bertl_Sensoren.h
- Revision:
- 0:ffde9f956622
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Bertl_Sensoren.h Thu Apr 16 11:48:20 2015 +0000 @@ -0,0 +1,17 @@ +#include "mbed.h" +#include "ur_Bertl.h" +#include "const.h" + +#ifndef DE_BERTL_H +// #define DE_BERTL_H + +class de_Bertl : public ur_Bertl +{ +public: + void Bewege(); // nur Deklaration - Prototyping + void TurnLedOnAll(); + void TurnLedOffAll(); + void LedBlinkLeft(); + void BlinkLed(int led); +}; +#endif \ No newline at end of file