Bertl Taster Test

Dependencies:   mbed

Bertl_Sensoren.h

Committer:
SebiStr99
Date:
2015-04-16
Revision:
0:ffde9f956622

File content as of revision 0:ffde9f956622:

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

#ifndef DE_BERTL_H
// #define DE_BERTL_H

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