Wecker-Library

Dependents:   Projekt_Wecker_LCD Projekt_Wecker_LCD Projekt_Wecker_LCD

Revision:
1:ade7876100e2
Parent:
0:6f0b18518e88
--- a/Wecker.h	Thu Apr 30 10:35:04 2015 +0000
+++ b/Wecker.h	Fri May 29 11:58:57 2015 +0000
@@ -2,6 +2,7 @@
 #include "LCD.h"
 #include "const.h"
 #include "RTC8563.h"
+#include <string>
 
 #if !defined(_WECKER_H)
 #define _WECKER_H
@@ -11,11 +12,14 @@
     Wecker();
     void printTime();
     void printAlarmTime();
-    void btn1();
-    void btn2();
-    void btn3();
-    void tickHold();
+    void test();
     int bcd(int dec);
     int unbcd(int bcd);
+    void printState(char *Mode);
+    char week;
+    int hour, minute, sec;
+    int hrse, hrsz, mine, minz, sece, secz;
+    int ahour, aminute, ahrse, ahrsz, amine, aminz;
+    int nextStd, nextMin;
 };
 #endif
\ No newline at end of file