![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Fährt und zählt bis Taster (vorne mitte) feuert, gibt dann aus und dreht nach links
Beeper_Bertl.h@0:d50c9e76e8f7, 2015-05-07 (annotated)
- Committer:
- SebiStr99
- Date:
- Thu May 07 12:50:28 2015 +0000
- Revision:
- 0:d50c9e76e8f7
Noch nicht getestet...
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
SebiStr99 | 0:d50c9e76e8f7 | 1 | #include "mbed.h" |
SebiStr99 | 0:d50c9e76e8f7 | 2 | #include "ur_Bertl.h" |
SebiStr99 | 0:d50c9e76e8f7 | 3 | #include "const.h" |
SebiStr99 | 0:d50c9e76e8f7 | 4 | |
SebiStr99 | 0:d50c9e76e8f7 | 5 | #ifndef DE_BERTL_H |
SebiStr99 | 0:d50c9e76e8f7 | 6 | // #define DE_BERTL_H |
SebiStr99 | 0:d50c9e76e8f7 | 7 | |
SebiStr99 | 0:d50c9e76e8f7 | 8 | class Beeper_Bertl : public ur_Bertl |
SebiStr99 | 0:d50c9e76e8f7 | 9 | { |
SebiStr99 | 0:d50c9e76e8f7 | 10 | public: |
SebiStr99 | 0:d50c9e76e8f7 | 11 | void Bewege(); // nur Deklaration - Prototyping |
SebiStr99 | 0:d50c9e76e8f7 | 12 | void TurnLedOnAll(); |
SebiStr99 | 0:d50c9e76e8f7 | 13 | void TurnLedOffAll(); |
SebiStr99 | 0:d50c9e76e8f7 | 14 | void LedBlinkLeft(); |
SebiStr99 | 0:d50c9e76e8f7 | 15 | void BlinkLed(int led); |
SebiStr99 | 0:d50c9e76e8f7 | 16 | }; |
SebiStr99 | 0:d50c9e76e8f7 | 17 | #endif |