Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MMA8451Q TSI mbed
Fork of KL25Z-rtc_i2c-100 by
Diff: main.cpp
- 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
