We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8b586 commit ce852cbCopy full SHA for ce852cb
variants/heltec_ht_de01/pins_arduino.h
@@ -5,13 +5,6 @@
5
6
#define HT_DE01 true
7
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)
15
16
static const uint8_t LED_BUILTIN = 35;
17
#define BUILTIN_LED LED_BUILTIN // backward compatibility
0 commit comments