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
Diff: timer.h
- Revision:
- 24:6c9833e2a049
- Child:
- 25:81014a201736
--- /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