File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -22,7 +22,7 @@ static const uint8_t MISO = 13;
|
22 | 22 | static const uint8_t SCK = 12;
|
23 | 23 |
|
24 | 24 | // Definitions for onboard WIZnet W5500 ethernet controller chip
|
25 |
| -static const uint8_t W5500_SS = 14; // W5500 chip select |
| 25 | +static const uint8_t W5500_SS = 14; // W5500 chip select |
26 | 26 | static const uint8_t W5500_INT = 18; // available only if solder bridge "INT" is closed (default open)
|
27 | 27 | static const uint8_t W5500_RST = 21; // set GPIO21 to INPUT (high impedance) if RST signal is unused
|
28 | 28 |
|
|
You can’t perform that action at this time.
0 commit comments