Dependents:   Bulme-Timer Mbed-21-Clock-to-7Segment WS_7_Seg_mit_LM1635 WS_7_Seg_mit_LM1635 ... more

Fork of PCF8563 by Franz Pucher

Revision:
3:d7f120bcedd7
Parent:
2:39c99dbc6368
Child:
4:1246b8a8f15f
diff -r 39c99dbc6368 -r d7f120bcedd7 PCF8563.cpp
--- a/PCF8563.cpp	Fri Mar 11 20:44:37 2016 +0000
+++ b/PCF8563.cpp	Fri Apr 01 10:44:12 2016 +0000
@@ -76,7 +76,7 @@
     write(SECONDS, (0x00));
     write(WEEKDAYS, week_val);
     write(CLOCKOUT_FREQ, 0x00); // 0x83 = TE on & 1Hz
-    write(TIMER_CINTROL, 0x00);
+    write(TIMER_CONTROL, 0x00);
     write(CONTROL1, 0x00);      // start
 }