We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1db53 commit b49f56bCopy full SHA for b49f56b
variants/heltec_wireless_mini_shell/pins_arduino.h
@@ -12,9 +12,6 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+8;
12
#define RGB_BUILTIN LED_BUILTIN
13
#define RGB_BRIGHTNESS 64
14
15
-#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)
16
-#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):-1)
17
-#define digitalPinHasPWM(p) (p < EXTERNAL_NUM_INTERRUPTS)
18
19
static const uint8_t TX = 21;
20
static const uint8_t RX = 20;
0 commit comments