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: BMP280
Diff: TimeInterface.h
- 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