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 a3cbf42 commit ac08a10Copy full SHA for ac08a10
variants/wifiduino32s3/pins_arduino.h
@@ -29,6 +29,11 @@ static const uint8_t RX = 44;
29
static const uint8_t SDA = 4;
30
static const uint8_t SCL = 5;
31
32
+static const uint8_t SS = 10;
33
+static const uint8_t MOSI = 11;
34
+static const uint8_t MISO = 13;
35
+static const uint8_t SCK = 12;
36
+
37
static const uint8_t A0 = 0;
38
static const uint8_t A1 = 1;
39
static const uint8_t A2 = 2;
0 commit comments