Skip to content

Commit e8cc246

Browse files
committed
Content update (Hanne's, Josefine's and Julián's review)
1 parent e1329e2 commit e8cc246

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
Loading

content/micropython/01.basics/02.board-installation/board-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ To install the MicroPython firmware to the Portenta C33 board, you can use the *
283283

284284
***The Arduino MicroPython Installer is part of [Arduino Labs](https://labs.arduino.cc) and is considered experimental software.***
285285

286-
Before installing the MicroPython firmware, **ensure you have installed the latest Portenta Renesas core**. To install the core for the Portenta C33 board, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `renesas` and install the latest `Arduino Renesas Boards` version.
286+
Before installing the MicroPython firmware, **ensure you have installed the latest Portenta Renesas core**. To install the core for the Portenta C33 board, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `renesas` and install the latest `Arduino Renesas Portenta Boards` version.
287287

288-
![Installing the Arduino Renesas Boards core in the Arduino IDE](./assets/portenta-c33-1.png)
288+
![Installing the Arduino Renesas Portenta Boards core in the Arduino IDE](./assets/portenta-c33-1.png)
289289

290290
With the latest core installed, open the Arduino MicroPython Installer and plug your board into your computer; your board should appear ready to be selected, as shown in the image below. If your board does not appear in the installer, try putting it in bootloader mode by double-tapping your board's reset button.
291291

content/micropython/01.basics/06.board-examples/board-examples.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,9 +1583,7 @@ The MKR-styled connectors pinout is mapped in MicroPython as follows:
15831583
| `P402` | `P402` |
15841584
| `P601` | `P601` |
15851585

1586-
The complete MicroPython pinout is available and downloadable as PDF from the link below:
1587-
1588-
- Portenta C33 MicroPython pinout
1586+
The complete MicroPython pinout is available [here](https://github.com/micropython/micropython/blob/master/ports/renesas-ra/boards/ARDUINO_PORTENTA_C33/pins.csv).
15891587

15901588
### Input/Output Pins
15911589

0 commit comments

Comments
 (0)