noch nicht fertig

Dependencies:   mbed

Bertl.cpp

Committer:
tobiaswolfmajer
Date:
2015-05-07
Revision:
0:b89981b11f49

File content as of revision 0:b89981b11f49:

#include "mbed.h"
#include "urBertl.h"
#include "Bertl.h"
class Bertl : public ur_Bertl
{
    public:
            int Move;
            bool FrontIsClear() {return 0;}
            bool PickBeeper(int anz) {return 0;}
            
    protected:
            int anzahl;
                       
}