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.
Dependents: Pong PongGame MainSketch
Fork of RTC-DS1307 by
Revision 11:ccfd683953ae, committed 2017-05-25
- Comitter:
- mlin
- Date:
- Thu May 25 15:32:11 2017 +0000
- Parent:
- 10:984b0ce5c236
- Commit message:
- everything working except day implimentation and alarm buzzer and pong
Changed in this revision
Rtc_Ds1307.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Rtc_Ds1307.cpp Tue May 23 13:34:02 2017 +0000 +++ b/Rtc_Ds1307.cpp Thu May 25 15:32:11 2017 +0000 @@ -6,7 +6,7 @@ #endif #include "debug.h" -const char *Rtc_Ds1307::m_weekDays[] = { "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"}; +const char *Rtc_Ds1307::m_weekDays[] = { "Saturday", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" }; Rtc_Ds1307::Rtc_Ds1307(PinName sda, PinName scl)