TestUebung

Dependencies:   mbed ur_Bertl

Revision:
0:702a8075c0c6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TestUebung.h	Fri May 08 07:59:20 2015 +0000
@@ -0,0 +1,15 @@
+#include "mbed.h"
+#include "ur_Bertl.h"
+#include "de_Bertl.h"
+
+#ifndef DE_BERTL_H
+#define LED_BERTL_H
+
+class LED_Bertl :: public de_Bertl
+{
+public:
+    void Turn2LedOn();
+    void Turn2LedOff();
+    
+};
+#endif
\ No newline at end of file