Skip to content

Commit e26b64c

Browse files
authored
Update pins_arduino.h
1 parent 4424f94 commit e26b64c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/m5stack_nanoc6/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ static const uint8_t RX = 17;
2020
static const uint8_t SDA = 2;
2121
static const uint8_t SCL = 1;
2222

23-
static const uint8_t SS = 21;
24-
static const uint8_t MOSI = 18;
25-
static const uint8_t MISO = 20;
26-
static const uint8_t SCK = 19;
23+
static const uint8_t SS = 4; // Not connected
24+
static const uint8_t MOSI = 5; // Not connected
25+
static const uint8_t MISO = 6; // Not connected
26+
static const uint8_t SCK = 8; // Not connected
2727

2828
static const uint8_t A1 = 1;
2929
static const uint8_t A2 = 2;

0 commit comments

Comments
 (0)