noch nicht fertig

Dependencies:   mbed

Revision:
0:b89981b11f49
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LedBertl.h	Thu May 07 11:10:03 2015 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "Bertl.h"
+lass LedBertl : public Bertl
+{
+    public:
+            string Anzeige();
+            
+    protected:
+            uint8_t zeit; 
+}
\ No newline at end of file