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
clktimer/clktimer.h@76:c2035b7754fe, 2020-07-27 (annotated)
- Committer:
- andrewboyson
- Date:
- Mon Jul 27 10:30:10 2020 +0000
- Revision:
- 76:c2035b7754fe
- Parent:
- 57:4daf2e423b27
Corrected haveFullTime in sync time PPS
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 40:53666b1a5848 | 1 | #include <stdint.h> |
andrewboyson | 40:53666b1a5848 | 2 | #include <stdbool.h> |
andrewboyson | 40:53666b1a5848 | 3 | |
andrewboyson | 57:4daf2e423b27 | 4 | #include "clktime.h" |
andrewboyson | 57:4daf2e423b27 | 5 | |
andrewboyson | 57:4daf2e423b27 | 6 | extern bool ClkTimerRepetitiveTick (clktime* pLastCount, clktime interval); |
andrewboyson | 40:53666b1a5848 | 7 | |
andrewboyson | 57:4daf2e423b27 | 8 | extern clktime ClkTimerSinceRepetitive(clktime* pLastCount); |
andrewboyson | 57:4daf2e423b27 | 9 | extern clktime ClkTimerSince (clktime lastCount); |
andrewboyson | 57:4daf2e423b27 | 10 | extern clktime ClkTimerSinceMs (clktime lastCount); |