updated tinyRTC library
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)