Skip to content
Anobium edited this page Mar 1, 2022 · 1 revision

Pause

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

Clone this wiki locally