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 0a79fb9 commit 99d83d4Copy full SHA for 99d83d4
variants/feather_nrf52840_express/variant.h
@@ -110,7 +110,7 @@ static const uint8_t AREF = PIN_AREF;
110
#define PIN_SPI_MOSI (40)
111
#define PIN_SPI_SCK (7)
112
113
-static const uint8_t SS = 18 ;
+static const uint8_t SS = 44 ;
114
static const uint8_t MOSI = PIN_SPI_MOSI ;
115
static const uint8_t MISO = PIN_SPI_MISO ;
116
static const uint8_t SCK = PIN_SPI_SCK ;
@@ -135,7 +135,7 @@ static const uint8_t SCK = PIN_SPI_SCK ;
135
136
// On-board QSPI Flash
137
// If EXTERNAL_FLASH_DEVICES is not defined, all supported devices will be used
138
-#define EXTERNAL_FLASH_DEVICES GD25Q16
+#define EXTERNAL_FLASH_DEVICES GD25Q16C
139
140
#ifdef __cplusplus
141
}
0 commit comments