nicht fertig

Dependencies:   mbed

bertl.cpp

Committer:
d4n1
Date:
2015-05-07
Revision:
0:d35c234f9b7e

File content as of revision 0:d35c234f9b7e:

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

    protected;
    int anzahl;

}