Skip to content

Commit b49f56b

Browse files
Update variants/heltec_wireless_mini_shell/pins_arduino.h
Co-authored-by: Jan Procházka <[email protected]>
1 parent 7b1db53 commit b49f56b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variants/heltec_wireless_mini_shell/pins_arduino.h

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+8;
1212
#define RGB_BUILTIN LED_BUILTIN
1313
#define RGB_BRIGHTNESS 64
1414

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)
1815

1916
static const uint8_t TX = 21;
2017
static const uint8_t RX = 20;

0 commit comments

Comments
 (0)