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.
Dependents: oldheating gps motorhome heating
clk/clktm.h
- Committer:
- andrewboyson
- Date:
- 2020-02-27
- Revision:
- 73:286a739f7c05
- Parent:
- 57:4daf2e423b27
File content as of revision 73:286a739f7c05:
#include <time.h>
#include <stdint.h>
extern void ClkTimeToTmLocal(clktime time, struct tm* ptm);
extern void ClkTimeToTmUtc (clktime time, struct tm* ptm);
extern clktime ClkTimeFromTmUtc( struct tm* ptm);