Skip to content

Commit 38f9aa1

Browse files
Update content/learn/03.programming/05.arduino-and-python/arduino-and-python.md
Yeah looks good! Co-authored-by: Pablo Marquínez Ferrándiz <p.marquinez@arduino.cc>
1 parent 999159b commit 38f9aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/03.programming/05.arduino-and-python/arduino-and-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ while (True):
3535

3636
As MicroPython is already running on the board, we don't need to compile and upload the code, we only need to provide the instructions (which is done via serial communication).
3737

38-
***When installing MicroPython on a board, it can only run MicroPython scripts, until we "uninstall" it. To put the board back in "normal mode" we need to reset the bootloader, which is a unique process for each board. These instructions are available in the [compatible boards](#micropython-compatible-boards) section in this article. Basically, you have to put the board in bootloader mode and upload any .ino sketch with the Arduino IDE. ***
38+
***When installing MicroPython on a board, it can only run MicroPython scripts, until we "uninstall" it. To put the board back in "normal mode" we need to reset the bootloader, which is a unique process for each board. These instructions are available in the [compatible boards](#micropython-compatible-boards) section in this article. Basically, you have to put the board in bootloader mode and upload any .ino sketch. ***
3939

4040
## OpenMV Editor
4141

0 commit comments

Comments
 (0)