4 lines
150 B
Python
4 lines
150 B
Python
# Leave safe mode and do a reset as if you pressed the RESET button if the Pico boots into safe mode.
|
|
import microcontroller
|
|
|
|
microcontroller.reset() |