2Leds

Dependencies:   mbed

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