Test

Dependencies:   mbed

Fork of DeutscherRoboter by BERTL_CHEL18

Meine Projekte

Diese Projekte habe ich im SS 2015 in FSST programmiert:
Zurück zum Start:[https://developer.mbed.org/users/Alexander400/code/Bertl_Zurueckandenstart/[]]

Revision:
1:8dbdcd41a812
Parent:
0:a688e3381853
--- a/de_Bertl.h	Fri Mar 20 09:15:20 2015 +0000
+++ b/de_Bertl.h	Thu Mar 26 12:35:29 2015 +0000
@@ -1,13 +1,16 @@
 #include "mbed.h"
 #include "ur_Bertl.h"
+#include "const.h"
 
 #ifndef DE_BERTL_H
-// #define DE_BERTL_H
+#define DE_BERTL_H
 
 class de_Bertl : public ur_Bertl
 {
 public:
     void Bewege();          // nur Deklaration - Prototyping
+    void DreheLinks();
     void Turn2LedsOn();
 };
-#endif
\ No newline at end of file
+#endif
+