Skip to content

Commit aae75fe

Browse files
authored
Update pins_arduino.h
1 parent 2c2f1e9 commit aae75fe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: variants/codecell/pins_arduino.h

-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
#include <stdint.h>
55
#include "soc/soc_caps.h"
66

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-
157
static const uint8_t TX = 21;
168
static const uint8_t RX = 20;
179

0 commit comments

Comments
 (0)