noch nicht fertig

Dependencies:   mbed

Bertl.h

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

File content as of revision 0:b89981b11f49:

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