We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 3d5a895 commit db9f2b1Copy full SHA for db9f2b1
variants/GIGA/pins_arduino.h
@@ -169,15 +169,15 @@ static const uint8_t A13 = PIN_A13;
169
#define D101 (101u)
170
171
// SPI
172
-#define PIN_SPI_MISO (12u)
173
-#define PIN_SPI_MOSI (11u)
174
-#define PIN_SPI_SCK (13u)
175
-#define PIN_SPI_SS (10u)
176
-
177
-#define PIN_SPI_MISO1 (89u)
178
-#define PIN_SPI_MOSI1 (90u)
179
-#define PIN_SPI_SCK1 (91u)
180
-#define PIN_SPI_SS1 (92u)
+#define PIN_SPI_MISO (89u)
+#define PIN_SPI_MOSI (90u)
+#define PIN_SPI_SCK (91u)
+#define PIN_SPI_SS (92u)
+
+#define PIN_SPI_MISO1 (12u)
+#define PIN_SPI_MOSI1 (11u)
+#define PIN_SPI_SCK1 (13u)
+#define PIN_SPI_SS1 (10u)
181
182
static const uint8_t SS = PIN_SPI_SS; // SPI Slave SS not used. Set here only for reference.
183
static const uint8_t MOSI = PIN_SPI_MOSI;
0 commit comments