PROJ515 / Mbed OS ELEC-351-GROUP-E-CW

Dependencies:   BMP280

Revision:
11:b538e73841ae
Parent:
10:261f2b69c4c7
--- a/TimeInterface.h	Sun Jan 07 23:40:10 2018 +0000
+++ b/TimeInterface.h	Mon Jan 08 15:12:23 2018 +0000
@@ -21,7 +21,7 @@
 *   int tm_hour;  // hours of day from 0 to 24
 *   int tm_mday;  // day of month from 1 to 31
 *   int tm_mon;   // month of year from 1 to 12 (customised)
-*   int tm_year;  // year since 1900
+*   int tm_year;  // year since 1900 (customised)gives acctual year
 *   int tm_wday;  // days since sunday
 *   int tm_yday;  // days since January 1st
 *   int tm_isdst; // hours of daylight savings time