reset

Reset the board and start the program from the beginning.

control.reset()

Everything that the program did with the board is set back to the way it was before the program started. The program starts over again from the beginning.

Example

Reset the board and begin again.

control.reset()