Fork of RTC-DS1307 by
Revision 10:73081912baf2, committed 2015-07-15
- Comitter:
- soulx
- Date:
- Wed Jul 15 08:33:53 2015 +0000
- Parent:
- 9:5627b407e097
- Commit message:
Changed in this revision
Rtc_Ds1307.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5627b407e097 -r 73081912baf2 Rtc_Ds1307.cpp --- a/Rtc_Ds1307.cpp Wed Jun 26 21:05:46 2013 +0000 +++ b/Rtc_Ds1307.cpp Wed Jul 15 08:33:53 2015 +0000 @@ -17,7 +17,7 @@ error("Rtc_Ds1307"); // Set the frequency to standard 100kHz - m_rtc->frequency(100000); + m_rtc->frequency(400000); } Rtc_Ds1307::~Rtc_Ds1307()