We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b8ecf commit 4b72aadCopy full SHA for 4b72aad
variants/m5stack_stickc_plus/m5stack_nanoc6/pins_arduino.h
@@ -20,6 +20,11 @@ static const uint8_t RX = 17;
20
static const uint8_t SDA = 2;
21
static const uint8_t SCL = 1;
22
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;
27
+
28
static const uint8_t A1 = 1;
29
static const uint8_t A2 = 2;
30
static const uint8_t A3 = 2;
0 commit comments