Skip to content

Commit

Permalink
Fix: CAN(0) RX/TX pins have moved on final version of Uno R4 WiFi.
Browse files Browse the repository at this point in the history
Instead of pins 4 and 5 its now pins 10 and 13 for CAN0_RX and CAN0_TX.

Former-commit-id: fe593e7
  • Loading branch information
aentinger committed Jun 20, 2023
1 parent 155c74f commit 72d5090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/UNOWIFIR4/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ static const uint8_t SS = PIN_SPI_CS;

#define CAN_HOWMANY 1

#define PIN_CAN0_TX (4)
#define PIN_CAN0_RX (5)
#define PIN_CAN0_TX (10)
#define PIN_CAN0_RX (13)
#define PIN_CAN0_STBY (-1)

#define EXT_INTERRUPTS_HOWMANY 2
Expand Down

0 comments on commit 72d5090

Please sign in to comment.