Kevin Braun / Mbed 2 deprecated KL25Z-rtc_i2c-100a

Dependencies:   MMA8451Q TSI mbed

Fork of KL25Z-rtc_i2c-100 by Kevin Braun

Revision:
2:2d1f4fbbcbb6
Parent:
1:c9bed9dbeed5
--- a/main.cpp	Mon Mar 03 17:26:22 2014 +0000
+++ b/main.cpp	Mon Mar 03 20:04:13 2014 +0000
@@ -25,7 +25,6 @@
 time_t ctTime;                              //time structure
 int DST = 0;                                //Daylight Saving Time (or as defined in .ini file)
 int TZone = -8;                             //Time Zone from UTC (or as defined in .ini file)
-int NTPUpdateValue = 7200 ;//86400;         //every 2 hours, this KL25Z has a FAST RTC  //update RTC every 24 hours (or as defined in .ini file)
 char timebuf_hm[TBUFLEN];                   //local time format buffer - 21:16
 char timebuf_hms[TBUFLEN];                  //local time format buffer - 21:16:43
 char timebuf_mdy[TBUFLEN];                  //local time format buffer - 04/01/14