RTC-DS1307 para LCD 16x2
Fork of RTC-DS1307 by
Revision 10:12ca23f28076, committed 2016-05-17
- Comitter:
- Susanaranjo
- Date:
- Tue May 17 03:51:58 2016 +0000
- Parent:
- 9:5627b407e097
- Commit message:
- Modificada para LCD 16x2
Changed in this revision
Rtc_Ds1307.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5627b407e097 -r 12ca23f28076 Rtc_Ds1307.cpp --- a/Rtc_Ds1307.cpp Wed Jun 26 21:05:46 2013 +0000 +++ b/Rtc_Ds1307.cpp Tue May 17 03:51:58 2016 +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[] = { "Sat", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri" }; Rtc_Ds1307::Rtc_Ds1307(PinName sda, PinName scl)