We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7512c82 commit d748f1fCopy full SHA for d748f1f
variants/sparkFun_pro_micro_esp32c3/pins_arduino.h
@@ -9,15 +9,6 @@
9
#define USB_PRODUCT "SparkFun_Pro_Micro-ESP32C3"
10
#define USB_SERIAL "" // Empty string for MAC adddress
11
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
21
static const uint8_t LED_BUILTIN = 10;
22
23
static const uint8_t TX = 21;
0 commit comments