Aufgabe Wiederholungsanweisung

Dependencies:   mbed

main.cpp

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

File content as of revision 0:e0e97c83754e:

#include "mbed.h"
#include "const.h"
#include "ClearBeepersToWall.h"

int main(){

    ClearBeeperToWall tom;
    
    tom.ClearAllBeepersToWall();
    
}