Bertl Programm

Revision:
0:966e95e315e0
Child:
1:6f0042c58757
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LedBertl.h	Thu May 07 10:14:52 2015 +0000
@@ -0,0 +1,13 @@
+#include "Bertl.h"
+
+#ifndef LEDBERTL_H
+#define LEDBERTL_H
+class LedBertl : Bertl
+{
+protected:
+    uint8_t zeit;
+
+public:
+    string Anzeige();
+}
+#endif
\ No newline at end of file