Skip to content

Commit

Permalink
[NORA-W1] Fix SPI pin assignments to match Arduino pinout. (#7208)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Procházka <[email protected]>
  • Loading branch information
mazgch and P-R-O-C-H-Y authored Sep 6, 2022
1 parent 4959b7f commit 7f7f304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variants/nora_w10/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ static const uint8_t LED_BLUE = 8;
#define BUILTIN_LED LED_BLUE // backward compatibility
#define LED_BUILTIN LED_BLUE

static const uint8_t SS = 10;
static const uint8_t MOSI = 11;
static const uint8_t MISO = 13;
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;

static const uint8_t A0 = 11;
static const uint8_t A1 = 12;
Expand Down

0 comments on commit 7f7f304

Please sign in to comment.