Syntax
void Wait(
unsigned int time
);
Parameters
- time
-
[in] Specify the waiting time.
- The actual waiting time is time msec.
- The range of values is 1 to 4,294,967,295.
- Do not specify 0.
- Do not use macros such as TIME_100MS.
- Example: If time is 5000, 5000msec will be 5 seconds.
Return value
None
Remarks
We recommend using the Idle function for the purpose of reducing power consumption.
Requirements
Header file:
lib.hLibrary file:
libSTARTUPOPH5000.a
Last updated: 2020/10/07