Skip to content

Commit ca117a2

Browse files
Fix intro + title
1 parent 10b9cfc commit ca117a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/Hardware Support/Generic/Upload-Arduino-sketches-to-boards-with-MicroPython-firmware.md renamed to content/Hardware Support/Generic/Resetting-boards-with-MicroPython-Firmware-to-upload-Arduino-sketches.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Upload Arduino sketches to boards with MicroPython firmware
2+
title: Resetting boards with MicroPython Firmware to upload Arduino sketches
33
---
44

5-
Uploading Arduino sketches to boards running MicroPython is simple, and in many cases, you can do it without removing the existing firmware manually.
5+
Uploading an Arduino sketch to a board running MicroPython is straightforward. In fact, there is no need for a separate process to remove the MicroPython runtime. When you upload an Arduino sketch, it automatically overwrites the existing firmware, effectively restoring the board to standard Arduino functionality.
66

77
## Boards with MicroPython support
88

@@ -41,6 +41,6 @@ Uploading Arduino sketches to boards running MicroPython is simple, and in many
4141

4242
1. Open any Arduino development tool like Arduino IDE
4343

44-
2. Select your board. If it does not appear, set your board to bootloader mode by double-pressing the reset button.
44+
2. Select your board. If it doesn't appear, set your board to bootloader mode by double-pressing the reset button.
4545

4646
3. Upload BareMinimum, or any other Arduino sketch.

0 commit comments

Comments
 (0)