pxt-calliope/docs/reference/control/reset.md

9 lines
166 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# 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()
```