Skip to content

Commit e32890c

Browse files
Merge pull request #2843 from arduino/benjamindannegard/uno-r4-user-manual-pin-fix
[PXCT-1722] UNO R4 - Fixed pin mapping in cheat sheet
2 parents 4d61366 + 5d9448d commit e32890c

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/02.uno/boards/uno-r4-wifi/tutorials/cheat-sheet

1 file changed

+2
-2
lines changed

content/hardware/02.uno/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ The pins CANRX and CANTX can be connected to a CAN transceiver, such as a MCP255
573573

574574
| Pin | Function |
575575
| --- | -------- |
576-
| D10 | CANRX |
577-
| D13 | CANTX |
576+
| D10 | CANTX |
577+
| D13 | CANRX |
578578

579579
The built-in **Arduino_CAN** library is used to communicate with other CAN devices.
580580

0 commit comments

Comments
 (0)