9 lines
166 B
Markdown
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()
|
|
```
|
|
|