Skip to content

Commit

Permalink
Merge pull request arduino#96 from bcmi-labs/fix-can
Browse files Browse the repository at this point in the history
Fix: CAN(0) RX/TX pins have moved on final version of Uno R4 WiFi.
  • Loading branch information
facchinm authored Jun 20, 2023
2 parents 2bb0126 + fe593e7 commit 4b66896
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 4b66896

Please sign in to comment.