nicht fertig

Dependencies:   mbed

Revision:
0:d35c234f9b7e
Child:
1:6b4257695718
diff -r 000000000000 -r d35c234f9b7e led_bert.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/led_bert.h	Thu May 07 11:07:09 2015 +0000
@@ -0,0 +1,16 @@
+#include "bertl.h"
+#include "mbed.h"
+class LedBertl : public Bertl
+{
+protected:
+
+    uint8_t zeit;
+
+public:
+
+    string Anzeige();
+
+
+
+
+}
\ No newline at end of file