Skip to content

Commit

Permalink
Eliminate pin definitions for Nano 33 IoT.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Oct 17, 2024
1 parent b669ae0 commit 901803b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Arduino_10BASE_T1S.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
* CONSTANTS
**************************************************************************************/

#if defined(ARDUINO_SAMD_NANO_33_IOT)
static int const CS_PIN = 10;
static int const RESET_PIN = 9;
static int const IRQ_PIN = 2;
#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)
/* Those are all boards with the Arduino Uno form factor for the T1S shield. */
static int const CS_PIN = 9;
static int const RESET_PIN = 4;
Expand Down

0 comments on commit 901803b

Please sign in to comment.