We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b669ae0 commit 901803bCopy full SHA for 901803b
src/Arduino_10BASE_T1S.h
@@ -31,11 +31,7 @@
31
* CONSTANTS
32
**************************************************************************************/
33
34
-#if defined(ARDUINO_SAMD_NANO_33_IOT)
35
-static int const CS_PIN = 10;
36
-static int const RESET_PIN = 9;
37
-static int const IRQ_PIN = 2;
38
-#elif defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4) || defined(ARDUINO_AVR_UNO_WIFI_REV2) || defined(ARDUINO_GIGA)
+#if defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4) || defined(ARDUINO_AVR_UNO_WIFI_REV2) || defined(ARDUINO_GIGA)
39
/* Those are all boards with the Arduino Uno form factor for the T1S shield. */
40
static int const CS_PIN = 9;
41
static int const RESET_PIN = 4;
0 commit comments