This function checks if the time specified with the StartTimer function has elapsed.

Syntax

int EndTimer(void);

Parameters

None

Return value

Returns TRUE if the specified time has elapsed, and FALSE if it has not.

Remarks

Returns the result when this function is called.
The timer runs continuously.
If you want to get the progress of the timer, use the TimerValue function.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/10/08