nsp
Fork of RTC-DS1307 by
Diff: Rtc_Ds1307.cpp
- Revision:
- 11:e1fe5bdec7b5
- Parent:
- 10:c52cce057d63
--- a/Rtc_Ds1307.cpp Tue Jan 27 14:33:32 2015 +0000 +++ b/Rtc_Ds1307.cpp Fri Mar 06 10:05:17 2015 +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[] = { " Lundi", " Mardi", " Mercredi", " Jeudi", " Vendredi", " Samedi", " Dimanche" }; Rtc_Ds1307::Rtc_Ds1307(PinName sda, PinName scl)