RTC Lib & Output

Dependencies:   LM75B RTC8563 mbed

Revision:
3:08812f743fea
Parent:
2:101ad0c50fe1
--- a/Date.cpp	Thu Apr 16 11:24:40 2015 +0000
+++ b/Date.cpp	Thu Apr 23 09:37:34 2015 +0000
@@ -15,6 +15,10 @@
 {
     return read(YEARS);
 }
+uint8_t Date::getWeekday()
+{
+    return read(WEEKDAYS);
+}
 
 // Time
 uint8_t Date::getHours()