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:
0:a688e3381853
Child:
1:8dbdcd41a812
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/de_Bertl.h	Fri Mar 20 09:15:20 2015 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "ur_Bertl.h"
+
+#ifndef DE_BERTL_H
+// #define DE_BERTL_H
+
+class de_Bertl : public ur_Bertl
+{
+public:
+    void Bewege();          // nur Deklaration - Prototyping
+    void Turn2LedsOn();
+};
+#endif
\ No newline at end of file