Dependents:   Andante_v000

Fork of RTC-DS1307 by Henry Leinen

Files at this revision

API Documentation at this revision

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
--- 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()