RTC Lib & Output

Dependencies:   LM75B RTC8563 mbed

Revision:
3:08812f743fea
Parent:
2:101ad0c50fe1
--- a/Date.h	Thu Apr 16 11:24:40 2015 +0000
+++ b/Date.h	Thu Apr 23 09:37:34 2015 +0000
@@ -14,7 +14,7 @@
     uint8_t getHours();
     uint8_t getMinutes();
     uint8_t getSeconds();
-    //uint8_t getWeekday();
+    uint8_t getWeekday();
 };
 
 #endif  //_DATE_H