The Timer library provides the following functions.

Functions

Name Description
Delay Waits for a time specified by its argument.
EndTimer Checks if the time specified with the StartTimer() function has elapsed.
GetSystemTime Returns the current value of the continuously running system timer.
GetTickCount Returns the number of timer ticks that have occurred since startup of the OS.
SetSystemTime Sets the specified value in the continuously running system timer
StartTimer Starts the time-out timer, which can be used to implement time-outs in an application.
TimerValue Returns the time that is left of the time specified with the StartTimer() function.

Last updated: 2020/10/21