Michael Benedikt
/
TestUebung
TestUebung
LED_Bertl.h@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 | |
zwiebelturm100 | 0:702a8075c0c6 | 5 | #ifndef DE_BERTL_H |
zwiebelturm100 | 0:702a8075c0c6 | 6 | #define LED_BERTL_H |
zwiebelturm100 | 0:702a8075c0c6 | 7 | |
zwiebelturm100 | 0:702a8075c0c6 | 8 | class LED_Bertl : public de_Bertl |
zwiebelturm100 | 0:702a8075c0c6 | 9 | { |
zwiebelturm100 | 0:702a8075c0c6 | 10 | public: |
zwiebelturm100 | 0:702a8075c0c6 | 11 | void Turn2LedOn(); |
zwiebelturm100 | 0:702a8075c0c6 | 12 | void Turn2LedOff(); |
zwiebelturm100 | 0:702a8075c0c6 | 13 | |
zwiebelturm100 | 0:702a8075c0c6 | 14 | }; |
zwiebelturm100 | 0:702a8075c0c6 | 15 | #endif |