Rtc class

Dependencies:   RTC8563 mbed

Fork of rtc_class by HIMBED_3AHELI

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