Skip to content

Commit 7f7f304

Browse files
mazgchP-R-O-C-H-Y
andauthored
[NORA-W1] Fix SPI pin assignments to match Arduino pinout. (espressif#7208)
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
1 parent 4959b7f commit 7f7f304

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/nora_w10/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ static const uint8_t LED_BLUE = 8;
3636
#define BUILTIN_LED LED_BLUE // backward compatibility
3737
#define LED_BUILTIN LED_BLUE
3838

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;
39+
static const uint8_t SS = 34;
40+
static const uint8_t MOSI = 35;
41+
static const uint8_t MISO = 37;
42+
static const uint8_t SCK = 36;
4343

4444
static const uint8_t A0 = 11;
4545
static const uint8_t A1 = 12;

0 commit comments

Comments
 (0)