Sebastian Stroissnigg
/
Bertl_Sensoren
Bertl Taster Test
Bertl_Sensoren.h@0:ffde9f956622, 2015-04-16 (annotated)
- Committer:
- SebiStr99
- Date:
- Thu Apr 16 11:48:20 2015 +0000
- Revision:
- 0:ffde9f956622
Tastertest 1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
SebiStr99 | 0:ffde9f956622 | 1 | #include "mbed.h" |
SebiStr99 | 0:ffde9f956622 | 2 | #include "ur_Bertl.h" |
SebiStr99 | 0:ffde9f956622 | 3 | #include "const.h" |
SebiStr99 | 0:ffde9f956622 | 4 | |
SebiStr99 | 0:ffde9f956622 | 5 | #ifndef DE_BERTL_H |
SebiStr99 | 0:ffde9f956622 | 6 | // #define DE_BERTL_H |
SebiStr99 | 0:ffde9f956622 | 7 | |
SebiStr99 | 0:ffde9f956622 | 8 | class de_Bertl : public ur_Bertl |
SebiStr99 | 0:ffde9f956622 | 9 | { |
SebiStr99 | 0:ffde9f956622 | 10 | public: |
SebiStr99 | 0:ffde9f956622 | 11 | void Bewege(); // nur Deklaration - Prototyping |
SebiStr99 | 0:ffde9f956622 | 12 | void TurnLedOnAll(); |
SebiStr99 | 0:ffde9f956622 | 13 | void TurnLedOffAll(); |
SebiStr99 | 0:ffde9f956622 | 14 | void LedBlinkLeft(); |
SebiStr99 | 0:ffde9f956622 | 15 | void BlinkLed(int led); |
SebiStr99 | 0:ffde9f956622 | 16 | }; |
SebiStr99 | 0:ffde9f956622 | 17 | #endif |