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 9097877 commit a3cbf42Copy full SHA for a3cbf42
variants/wifiduino32s3/pins_arduino.h
@@ -29,11 +29,6 @@ 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 = 41;
33
-static const uint8_t MOSI = 40;
34
-static const uint8_t MISO = 38;
35
-static const uint8_t SCK = 39;
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