Dependents:   Andante_v000

Fork of RTC-DS1307 by Henry Leinen

Revision:
10:73081912baf2
Parent:
9:5627b407e097
--- 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()