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 343c946 commit 62f9212Copy full SHA for 62f9212
variants/circuitplayground_nrf52840/variant.h
@@ -100,11 +100,11 @@ static const uint8_t A9 = PIN_A9 ;
100
*/
101
#define SPI_INTERFACES_COUNT 1
102
103
-#define PIN_SPI_MISO (6)
104
-#define PIN_SPI_MOSI (9)
105
-#define PIN_SPI_SCK (10)
+#define PIN_SPI_MISO (10)
+#define PIN_SPI_MOSI (2)
+#define PIN_SPI_SCK (3)
106
107
-static const uint8_t SS = (5);
+static const uint8_t SS = (0);
108
static const uint8_t MOSI = PIN_SPI_MOSI ;
109
static const uint8_t MISO = PIN_SPI_MISO ;
110
static const uint8_t SCK = PIN_SPI_SCK ;
0 commit comments