Skip to content

Commit 3d8b586

Browse files
Update variants/heltec_capsule_sensor_v3/pins_arduino.h
Co-authored-by: Jan Procházka <[email protected]>
1 parent ea2281d commit 3d8b586

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variants/heltec_capsule_sensor_v3/pins_arduino.h

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+48;
1919
#define RGB_BUILTIN LED_BUILTIN
2020
#define RGB_BRIGHTNESS 64
2121

22-
#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
23-
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
24-
#define digitalPinHasPWM(p) (p < 46)
2522

2623
static const uint8_t TX = 43;
2724
static const uint8_t RX = 44;

0 commit comments

Comments
 (0)