8000 Fixed incorrect pinout for SPI interface. (#1951) · BritvaBo/arduino-pico@adb23c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit adb23c1

Browse files
authored
Fixed incorrect pinout for SPI interface. (earlephilhower#1951)
1 parent a99a572 commit adb23c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/challenger_2040_lte/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define SARA_SERIAL_PORT Serial2
2525

2626
// SPI
27-
#define PIN_SPI0_MISO (24u)
27+
#define PIN_SPI0_MISO (20u)
2828
#define PIN_SPI0_MOSI (23u)
2929
#define PIN_SPI0_SCK (22u)
3030
#define PIN_SPI0_SS (21u)

0 commit comments

Comments
 (0)
0