Matthias Dorudi / Mbed 2 deprecated IF_Task3

Dependencies:   mbed

Bertl_Task3.h

Committer:
matthiasdorudi
Date:
2015-04-17
Revision:
0:4a495b04cc0f

File content as of revision 0:4a495b04cc0f:

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

#ifndef BERTL_TASK3
#define BERTL_TASK3

class Bertl_Task3 : public ur_Bertl{
    public:
        bool RightIsClear();  
};
#endif