Updated Soft reset (markdown)

master
Markus Siemens 2014-08-01 12:29:28 -07:00
rodzic c85f2c8f4d
commit 8f921535f3
1 zmienionych plików z 2 dodań i 2 usunięć

@ -13,9 +13,9 @@ To perform a soft-reset, a connection to the board via a serial console program
Note, since micropython executes the start-up files (e.g. main.py) there will be no micropython prompt. Note, since micropython executes the start-up files (e.g. main.py) there will be no micropython prompt.
Pressing `Ctrl-D` will interrupt the micropython execution and drops back into an interactive micropython shell. Pressing `Ctrl-C` will interrupt the micropython execution and drops back into an interactive micropython shell.
Pressing `Ctrl-C` will terminate the interactive micropython shell and soft-reset the controller to restart the start-up files. Pressing `Ctrl-D` will terminate the interactive micropython shell and soft-reset the controller to restart the start-up files.
### Further improvements ### Further improvements
One can send those commands to the serial connection of the board to achieve the same result (make sure you have write permissions). One can send those commands to the serial connection of the board to achieve the same result (make sure you have write permissions).