Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ebe44 commit 4d0ae18Copy full SHA for 4d0ae18
variants/yb_esp32s3_eth/pins_arduino.h
@@ -22,7 +22,7 @@ static const uint8_t MISO = 13;
22
static const uint8_t SCK = 12;
23
24
// Definitions for onboard WIZnet W5500 ethernet controller chip
25
-static const uint8_t W5500_SS = 14; // W5500 chip select
+static const uint8_t W5500_SS = 14; // W5500 chip select
26
static const uint8_t W5500_INT = 18; // available only if solder bridge "INT" is closed (default open)
27
static const uint8_t W5500_RST = 21; // set GPIO21 to INPUT (high impedance) if RST signal is unused
28
0 commit comments