Michael Benedikt
/
TestUebung
TestUebung
TestUebung.cpp@0:702a8075c0c6, 2015-05-08 (annotated)
- Committer:
- zwiebelturm100
- Date:
- Fri May 08 07:59:20 2015 +0000
- Revision:
- 0:702a8075c0c6
TestUebung
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
zwiebelturm100 | 0:702a8075c0c6 | 1 | #include "mbed.h" |
zwiebelturm100 | 0:702a8075c0c6 | 2 | #include "ur_Bertl.h" |
zwiebelturm100 | 0:702a8075c0c6 | 3 | #include "de_Bertl.h" |
zwiebelturm100 | 0:702a8075c0c6 | 4 | #include "LED_Bertl.h" |
zwiebelturm100 | 0:702a8075c0c6 | 5 | |
zwiebelturm100 | 0:702a8075c0c6 | 6 | |
zwiebelturm100 | 0:702a8075c0c6 | 7 | void LED_Bertl :: Turn2LedOn() |
zwiebelturm100 | 0:702a8075c0c6 | 8 | { |
zwiebelturm100 | 0:702a8075c0c6 | 9 | TurnLedOn(LED_FL1 | LED_FR1); |
zwiebelturm100 | 0:702a8075c0c6 | 10 | |
zwiebelturm100 | 0:702a8075c0c6 | 11 | } |
zwiebelturm100 | 0:702a8075c0c6 | 12 | |
zwiebelturm100 | 0:702a8075c0c6 | 13 | void LED_Bertl :: Turn2LedOff() |
zwiebelturm100 | 0:702a8075c0c6 | 14 | { |
zwiebelturm100 | 0:702a8075c0c6 | 15 | TurnLedOff(LED_FL1 | LED_FR1); |
zwiebelturm100 | 0:702a8075c0c6 | 16 | } |
zwiebelturm100 | 0:702a8075c0c6 | 17 | |
zwiebelturm100 | 0:702a8075c0c6 | 18 | void de_Bertl :: Bewege() |
zwiebelturm100 | 0:702a8075c0c6 | 19 | { |
zwiebelturm100 | 0:702a8075c0c6 | 20 | Move(); |
zwiebelturm100 | 0:702a8075c0c6 | 21 | } |