Skip to content

Commit 24d75e7

Browse files
polldofacchinm
authored andcommitted
rp2040: swap serial tx and rx pins
1 parent cb0457b commit 24d75e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/NANO_RP2040_CONNECT/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ static const uint8_t A3 = PIN_A3;
4646
#define PIN_PDM_DIN (22)
4747

4848
// Serial
49-
#define PIN_SERIAL_RX (1ul)
50-
#define PIN_SERIAL_TX (0ul)
49+
#define PIN_SERIAL_RX (0ul)
50+
#define PIN_SERIAL_TX (1ul)
5151

5252
// SPI
5353
#define PIN_SPI_MISO (12u)

0 commit comments

Comments
 (0)