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: Detektor_Pokreta Dino_Martic_Programski
Diff: Rtc_Ds1307.cpp
- Revision:
- 10:984b0ce5c236
- Parent:
- 9:5627b407e097
- Child:
- 11:ccfd683953ae
--- a/Rtc_Ds1307.cpp Wed Jun 26 21:05:46 2013 +0000 +++ b/Rtc_Ds1307.cpp Tue May 23 13:34:02 2017 +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[] = { "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"}; Rtc_Ds1307::Rtc_Ds1307(PinName sda, PinName scl)