pxt-calliope/docs/reference/control/reset.md
2016-03-25 16:47:20 -07:00

9 lines
166 B
Markdown

# Reset
Reset the BBC micro:bit (as if you pushed the reset button on the back of the device), which causes the program to start again.
```sig
control.reset()
```