We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30691e6 commit ff69ab6Copy full SHA for ff69ab6
ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.h
@@ -59,8 +59,8 @@
59
#define DEFAULT_I2C_BUS_SCL (&pin_P0_04)
60
#define DEFAULT_I2C_BUS_SDA (&pin_P0_05)
61
62
-#define DEFAULT_SPI_BUS_SCK (&pin_P0_05)
63
-#define DEFAULT_SPI_BUS_MOSI (&pin_P1_03)
+#define DEFAULT_SPI_BUS_SCK (&pin_P0_02)
+#define DEFAULT_SPI_BUS_MOSI (&pin_P0_03)
64
#define DEFAULT_SPI_BUS_MISO (&pin_P0_29)
65
66
#define DEFAULT_UART_BUS_RX (&pin_P0_30)
0 commit comments