We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1e1eb commit dd5d2daCopy full SHA for dd5d2da
variants/Geekble_ESP32C3/pins_arduino.h
@@ -3,14 +3,6 @@
3
4
#include <stdint.h>
5
6
-#define EXTERNAL_NUM_INTERRUPTS 22
7
-#define NUM_DIGITAL_PINS 22
8
-#define NUM_ANALOG_INPUTS 6
9
-
10
-#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)
11
-#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):-1)
12
-#define digitalPinHasPWM(p) (p < EXTERNAL_NUM_INTERRUPTS)
13
14
static const uint8_t LED_BUILTIN = 8;
15
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
0 commit comments