Task1 if

Dependencies:   mbed

Bertl_Predikatbefehl_LIB.h

Committer:
matthiasdorudi
Date:
2015-04-16
Revision:
1:a64f244ecf78
Parent:
0:42f81496681a

File content as of revision 1:a64f244ecf78:

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

#ifndef BERTL_PREDIKATBEFEHL_LIB
#define BERTL_PREDIKATBEFEHL_LIB

class Bertl_Predikatbefehl_LIB : public ur_Bertl{
    public:
        bool LeftIsBlocked();  
        bool FrontIsClear_AND_BTN_FLL_NotPressed();
};
#endif