We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84ae95 commit 1ec0785Copy full SHA for 1ec0785
variants/CodeCell/pins_arduino.h
@@ -4,14 +4,6 @@
4
#include <stdint.h>
5
#include "soc/soc_caps.h"
6
7
-#define EXTERNAL_NUM_INTERRUPTS 22
8
-#define NUM_DIGITAL_PINS 22
9
-#define NUM_ANALOG_INPUTS 6
10
-
11
-#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)
12
-#define digitalPinToInterrupt(p) (((p)<NUM_DIGITAL_PINS)?(p):-1)
13
-#define digitalPinHasPWM(p) (p < EXTERNAL_NUM_INTERRUPTS)
14
15
static const uint8_t TX = 21;
16
static const uint8_t RX = 20;
17
0 commit comments