Skip to content

Commit d748f1f

Browse files
committed
removes some pin definitions that are defined elsewhere
1 parent 7512c82 commit d748f1f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

variants/sparkFun_pro_micro_esp32c3/pins_arduino.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
#define USB_PRODUCT "SparkFun_Pro_Micro-ESP32C3"
1010
#define USB_SERIAL "" // Empty string for MAC adddress
1111

12-
13-
#define EXTERNAL_NUM_INTERRUPTS 22
14-
#define NUM_DIGITAL_PINS 22
15-
#define NUM_ANALOG_INPUTS 6
16-
17-
#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)
18-
#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):-1)
19-
#define digitalPinHasPWM(p) (p < EXTERNAL_NUM_INTERRUPTS)
20-
2112
static const uint8_t LED_BUILTIN = 10;
2213

2314
static const uint8_t TX = 21;

0 commit comments

Comments
 (0)