10000
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 4959b7f commit 7f7f304Copy full SHA for 7f7f304
variants/nora_w10/pins_arduino.h
@@ -36,10 +36,10 @@ static const uint8_t LED_BLUE = 8;
36
#define BUILTIN_LED LED_BLUE // backward compatibility
37
#define LED_BUILTIN LED_BLUE
38
39
-static const uint8_t SS = 10;
40
-static const uint8_t MOSI = 11;
41
-static const uint8_t MISO = 13;
42
-static const uint8_t SCK = 12;
+static const uint8_t SS = 34;
+static const uint8_t MOSI = 35;
+static const uint8_t MISO = 37;
+static const uint8_t SCK = 36;
43
44
static const uint8_t A0 = 11;
45
static const uint8_t A1 = 12;
0 commit comments