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 7192655 commit f05354aCopy full SHA for f05354a
variants/CY8CKIT-062S2-AI/pins_arduino.h
@@ -43,10 +43,10 @@
43
#define I2C2_SCL_PIN P9_0
44
45
#define SPI_HOWMANY 1
46
-#define PIN_SPI_SS 0 // SPI-MOSI P9_0
47
-#define PIN_SPI_MOSI 1 // SPI-MISO P9_1
48
-#define PIN_SPI_MISO 2 // SPI-SCLK P9_2
49
-#define PIN_SPI_SCK 3 // IO_0 P9_3
+#define PIN_SPI_MOSI 0 // SPI-MOSI P9_0
+#define PIN_SPI_MISO 1 // SPI-MISO P9_1
+#define PIN_SPI_SCK 2 // SPI-SCLK P9_2
+#define PIN_SPI_SS 3 // IO_0 P9_3
50
51
static const uint8_t SS = PIN_SPI_SS;
52
static const uint8_t MOSI = PIN_SPI_MOSI;
0 commit comments