rtc_class2

Dependencies:   RTC8563 mbed

Fork of rtc_class by HIMBED_3AHELI

Revision:
6:83960ae8a0ee
Parent:
5:fc8c66a7c87a
--- a/Date.h	Thu Apr 23 09:02:20 2015 +0000
+++ b/Date.h	Thu Apr 30 10:48:18 2015 +0000
@@ -30,5 +30,7 @@
     {
     }   
     uint8_t GetDay();   // Methode
+    uint8_t GetDay(int value);
+    virtual string GetDay(string str);
 };
 #endif
\ No newline at end of file