Working Version of the Real Time Clock module DS1307.
Fork of RTC-DS1307 by
Revision 10:6fb135bd6bbe, committed 2018-05-05
- Comitter:
- Hedizxom
- Date:
- Sat May 05 05:26:11 2018 +0000
- Parent:
- 9:5627b407e097
- Commit message:
- RTC
Changed in this revision
Rtc_Ds1307.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5627b407e097 -r 6fb135bd6bbe Rtc_Ds1307.cpp --- 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)