added GetDay() GetYear() GetWeek()

Dependencies:   mbed

Fork of rtc_class by Josef Kager

Revision:
3:75f5352b387d
Parent:
2:ce174a86d215
diff -r ce174a86d215 -r 75f5352b387d Date.h
--- a/Date.h	Thu Apr 23 09:42:34 2015 +0000
+++ b/Date.h	Thu Apr 30 10:53:00 2015 +0000
@@ -12,6 +12,7 @@
     uint8_t GetDay();
     uint8_t GetMonth();
     uint8_t GetYear();
+    uint8_t GetWeek();
 };
 
 #endif
\ No newline at end of file