Working Version of the Real Time Clock module DS1307.

Dependents:   Alarma_rtc

Fork of RTC-DS1307 by Henry Leinen

Revision:
10:6fb135bd6bbe
Parent:
9:5627b407e097
--- a/Rtc_Ds1307.cpp	Wed Jun 26 21:05:46 2013 +0000
+++ b/Rtc_Ds1307.cpp	Sat May 05 05:26:11 2018 +0000
@@ -6,7 +6,7 @@
 #endif
 #include "debug.h"
 
-const char *Rtc_Ds1307::m_weekDays[] = { "Saturday", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" };    
+const char *Rtc_Ds1307::m_weekDays[] = { "Satur", "Sun", "Mon", "Tues", "Wedne", "Thurs", "Fri" };    
 
 
 Rtc_Ds1307::Rtc_Ds1307(PinName sda, PinName scl)