Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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)
