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.
2 parents acd234f + a299c1e commit 13664e7Copy full SHA for 13664e7
variants/hackaBLE/variant.h
@@ -82,10 +82,10 @@ static const uint8_t AREF = PIN_AREF;
82
#define SPI_INTERFACES_COUNT 1
83
84
#define PIN_SPI_MISO (4)
85
-#define PIN_SPI_MOSI (3)
86
-#define PIN_SPI_SCK (5)
+#define PIN_SPI_MOSI (5)
+#define PIN_SPI_SCK (6)
87
#define PIN_SPI_SS (3)
88
-
+
89
static const uint8_t SS = PIN_SPI_SS ;
90
static const uint8_t MOSI = PIN_SPI_MOSI ;
91
static const uint8_t MISO = PIN_SPI_MISO ;
0 commit comments