There was an error while loading. Please reload this page.
1 parent 2173373 commit c814a23Copy full SHA for c814a23
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 = 7;
26
+static const uint8_t MOSI = 6;
27
+static const uint8_t MISO = 5;
28
+static const uint8_t SCK = 4;
29
+
30
static const uint8_t SDA = 13;
31
static const uint8_t SCL = 15;
32
0 commit comments