Andrew Boyson / clock

Dependents:   oldheating gps motorhome heating

Revision:
24:6c9833e2a049
Child:
25:81014a201736
diff -r 07b19cd5f6d0 -r 6c9833e2a049 timer.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/timer.h	Mon Jan 22 18:35:11 2018 +0000
@@ -0,0 +1,7 @@
+#include <stdint.h>
+
+extern void     TimerInit(void);
+extern uint32_t TimerPeriodCount(uint32_t* pLastCount);
+extern uint32_t TimerNowCount(void);
+extern uint32_t TimerSinceCount(uint32_t startCount);
+extern uint32_t TimerSinceMs(uint32_t startCount);
\ No newline at end of file