Aufgabe Wiederholungsanweisung

Dependencies:   mbed

ClearBeepersToWall.h

Committer:
matthiasdorudi
Date:
2015-04-23
Revision:
0:e0e97c83754e

File content as of revision 0:e0e97c83754e:

#include "mbed.h"
#include "const.h"
#include "ur_Bertl.h"

#ifndef CLEARBEEPERSTOWALL
#define CLEARBEEPERSTOWALL

class ClearBeeperToWall : public ur_Bertl{
    public:
    void ClearAllBeepersToWall();
};
#endif