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: tick.h
- Revision:
- 19:e537bacd1478
- Parent:
- 18:207dd1474cd9
- Child:
- 20:62e0760cae13
--- a/tick.h Tue Jan 16 17:38:12 2018 +0000 +++ b/tick.h Wed Jan 17 20:42:14 2018 +0000 @@ -10,7 +10,10 @@ extern int32_t TickGetPpb (void); extern void TickSetPpb (int32_t value); extern void TickAddPpb(int32_t value); extern bool TickIsSet(void); -extern uint32_t TickElapsed(uint32_t* pLastCount); +extern uint32_t TickElapsed (uint32_t* pLastCount); +extern uint32_t TickTimerStart(void); +extern uint32_t TickTimerCount(uint32_t startCount); +extern uint32_t TickTimerMs (uint32_t startCount); extern void TickInit(void); extern void TickMain(void);