We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2281d commit 3d8b586Copy full SHA for 3d8b586
variants/heltec_capsule_sensor_v3/pins_arduino.h
@@ -19,9 +19,6 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+48;
19
#define RGB_BUILTIN LED_BUILTIN
20
#define RGB_BRIGHTNESS 64
21
22
-#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
23
-#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
24
-#define digitalPinHasPWM(p) (p < 46)
25
26
static const uint8_t TX = 43;
27
static const uint8_t RX = 44;
0 commit comments