-
-
Notifications
You must be signed in to change notification settings - Fork 2
pause
Anobium edited this page Mar 1, 2022
·
1 revision
Syntax:
Fixed Length Delay:
Pause time_ms
Command Availability:
Available on all microcontrollers.
Explanation:
The Pause command will cause the program to pause for a specified time in milliseconds. The only unit of time permitted is milliseconds.
Please use the wait command to use other units of time.
For more help, see Wait