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 1c3039e commit 10bac3cCopy full SHA for 10bac3c
variants/m5stack_stamp_s3/pins_arduino.h
@@ -22,6 +22,11 @@ static const uint8_t RX = 44;
22
static const uint8_t TXD2 = 1;
23
static const uint8_t RXD2 = 2;
24
25
+static const uint8_t SS = 34;
26
+static const uint8_t MOSI = 35;
27
+static const uint8_t MISO = 37;
28
+static const uint8_t SCK = 36;
29
+
30
static const uint8_t SDA = 13;
31
static const uint8_t SCL = 15;
32
0 commit comments