- Name:
-
stop
- Syntax:
-
STOP
- Description:
-
Enter a permanent stop loop until the power cycles (program re-runs) or the PC connects for a new download.
The stop command places the microcontroller into a permanent loop at the end of a program. Unlike the end command the stop command does not put the microcontroller into low power mode after a program has finished.
The stop command does not switch off internal timers, and so commands such as servo and pwmout that require these timers will continue to function.
- Applies To:
-
All
- See Also:
-
- Related Create:
-
- Share:
-
- Print:
-
Stop a program
Start a PWM signal then stop the program but allow the PWM signal to be generated
- Code Example:
-
main: pwmout C.1,120,400
stop
Copy Code
Submit an Example
Submit Your Own Code!
You must be logged in to submit code examples. Login now.