![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
TestUebung
Diff: TestUebung.cpp
- Revision:
- 0:702a8075c0c6
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TestUebung.cpp Fri May 08 07:59:20 2015 +0000 @@ -0,0 +1,21 @@ +#include "mbed.h" +#include "ur_Bertl.h" +#include "de_Bertl.h" +#include "LED_Bertl.h" + + +void LED_Bertl :: Turn2LedOn() +{ + TurnLedOn(LED_FL1 | LED_FR1); + +} + +void LED_Bertl :: Turn2LedOff() +{ + TurnLedOff(LED_FL1 | LED_FR1); +} + +void de_Bertl :: Bewege() +{ + Move(); +} \ No newline at end of file