Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ In case you need to power external devices that require more power, e.g. servo m
| 12 | D6 | Digital | GPIO 6 (PWM~) |
| 13 | D5/CANRX0 | Digital | GPIO 5 (PWM~) / CAN Transmitter (TX) |
| 14 | D4/CANTX0 | Digital | GPIO 4 / CAN Receiver (RX) |
| 15 | D3 | Digital | GPIO 3 (PWM~) |
| 16 | D2 | Digital | GPIO 2 |
| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt |
| 16 | D2 | Digital | GPIO 2 / Interrupt |
| 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter (TX) |
| 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver (RX) |

Expand Down Expand Up @@ -365,6 +365,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia

## Change Log

| **Date** | **Changes** |
| ---------- | ----------- |
| 06/19/2023 | Release |
| **Date** | **Changes** |
| ---------- | ---------------- |
| 06/19/2023 | Release |
| 25/07/2023 | Update Pin Table |
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ For powering e.g. servo motors, always use an external power supply.
| 12 | D6 | Digital | GPIO 6 (PWM~) |
| 13 | D5 | Digital | GPIO 5 (PWM~) |
| 14 | D4 | Digital | GPIO 4 |
| 15 | D3 | Digital | GPIO 3 (PWM~) |
| 16 | D2 | Digital | GPIO 2 |
| 15 | D3 | Digital | GPIO 3 (PWM~) / Interrupt |
| 16 | D2 | Digital | GPIO 2 / Interrupt |
| 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter (TX) |
| 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver (RX) |

Expand Down Expand Up @@ -474,3 +474,4 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
| ---------- | ------------ | ------------------ |
| 08/06/2023 | 1 | First Release |
| 30/06/2023 | 2 | Update Pinout File |
| 25/07/2023 | 3 | Update Pin Table |