nicht fertig

Dependencies:   mbed

bertl.h

Committer:
d4n1
Date:
2015-05-07
Revision:
1:6b4257695718
Parent:
0:d35c234f9b7e

File content as of revision 1:6b4257695718:


#include "mbed.h"
class Bertl : public ur_Bertl
{
public:
    int Move();
    bool FronIsClear();
    bool PickBeeper(int anz);

    protected;
    int anzahl;

}