Clear All Beeper To The Wall

Dependencies:   mbed ur_Bertl

Revision:
1:fe621d794c6c
Parent:
0:407bebd23b26
Child:
2:9795f864acac
--- a/main.cpp	Thu Apr 23 12:39:37 2015 +0000
+++ b/main.cpp	Fri Apr 24 09:17:13 2015 +0000
@@ -2,16 +2,19 @@
     Name: main.cpp
     Autor: Maximilian Pickl
     Datum: 23.04.2015
-    Zuletzt geändert: 23.04.2015
+    Zuletzt geändert: 24.04.2015
 */
 
 #include "mbed.h"
 #include "uebungen.h"
 #include "ur_Bertl.h"
+#include "const.h"
 
 int main()
 {
     Task_Bertl karel;
+    
+    karel.LedAmpel();
 
     /*while(1) 
     {
@@ -27,6 +30,6 @@
         }
     }*/
     
-    karel.ClearAllBeeperToTheWall();
+    //  karel.ClearAllBeeperToTheWall();
 }