a4e02dcd03
* add block to stop program * renaming
249 B
249 B
exit Program
Stops the program and returns to the brick menu
brick.exitProgram();
Example
Do a sequence of motor commands and stop the program.
motors.largeA.run(50)
pause(500)
motors.stopAll()
brick.exitProgram();