Skip to content

Commit ce852cb

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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

variants/heltec_ht_de01/pins_arduino.h

-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55

66
#define HT_DE01 true
77

8-
#define EXTERNAL_NUM_INTERRUPTS 16
9-
#define NUM_DIGITAL_PINS 40
10-
#define NUM_ANALOG_INPUTS 16
11-
12-
#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
13-
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
14-
#define digitalPinHasPWM(p) (p < 34)
158

169
static const uint8_t LED_BUILTIN = 35;
1710
#define BUILTIN_LED LED_BUILTIN // backward compatibility

0 commit comments

Comments
 (0)