Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

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?

UserRevisionLine numberNew 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);