my programm rtc_class with functions in Date.cpp

Dependencies:   mbed

Fork of rtc_func by HIMBED_3AHELI

Revision:
3:75f5352b387d
Parent:
2:ce174a86d215
--- 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