Michael Benedikt
/
TestUebung
TestUebung
de_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 "const.h" |
zwiebelturm100 | 0:702a8075c0c6 | 4 | |
zwiebelturm100 | 0:702a8075c0c6 | 5 | #ifndef DE_BERTL |
zwiebelturm100 | 0:702a8075c0c6 | 6 | #define DE_BERTL |
zwiebelturm100 | 0:702a8075c0c6 | 7 | |
zwiebelturm100 | 0:702a8075c0c6 | 8 | class de_Bertl : public ur_Bertl |
zwiebelturm100 | 0:702a8075c0c6 | 9 | { |
zwiebelturm100 | 0:702a8075c0c6 | 10 | public: |
zwiebelturm100 | 0:702a8075c0c6 | 11 | void Bewege(); // nur Deklaration= Ptototyping |
zwiebelturm100 | 0:702a8075c0c6 | 12 | void Turn2LedsOn(); |
zwiebelturm100 | 0:702a8075c0c6 | 13 | }; |
zwiebelturm100 | 0:702a8075c0c6 | 14 | #endif |