rtc class

Dependencies:   RTC8563 mbed

Fork of rtc_class by HIMBED_3AHELI

Revision:
8:54a6f83a2339
Parent:
6:ebe2350041f1
Child:
9:83be0e4edb52
--- a/Date.h	Thu Apr 23 10:14:42 2015 +0000
+++ b/Date.h	Thu Apr 23 10:43:38 2015 +0000
@@ -30,5 +30,7 @@
     {
     }   
     uint8_t GetDay();   // Methode
+    uint8_t GetDay(int value);   // ueberladene Methode
+    string GetDay(string str);   // ueberladene Methode
 };
 #endif
\ No newline at end of file