Fährt und zählt bis Taster (vorne mitte) feuert, gibt dann aus und dreht nach links

Dependencies:   mbed ur_Bertl

Beeper_Bertl.h

Committer:
SebiStr99
Date:
2015-05-08
Revision:
5:306ce06a8b20
Parent:
0:d50c9e76e8f7

File content as of revision 5:306ce06a8b20:

#include "mbed.h"
#include "ur_Bertl.h"
#include "const.h"

#ifndef DE_BERTL_H
// #define DE_BERTL_H

class Beeper_Bertl : public ur_Bertl
{
public:
    void Bewege();          // nur Deklaration - Prototyping
    void TurnLedOnAll();
    void TurnLedOffAll();
    void LedBlinkLeft();
    void BlinkLed(int led);
};
#endif