Test

Dependencies:   mbed

Bertl.h

Committer:
chabo
Date:
2015-05-07
Revision:
0:b31a2e59a9f3
Child:
1:586339d244ed

File content as of revision 0:b31a2e59a9f3:

#include urBertl.h

class Bertl: ur_Bertl
{
    protected:
    int anzahl;
    
    public:
    int Move();
    bool FrontIsClear();
    bool PickBeeper(int anz);                                                                                                                                                                                                   
};