We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf9ad0 commit e8e1609Copy full SHA for e8e1609
variants/aslcanx2/pins_arduino.h
@@ -7,18 +7,10 @@
7
#define USB_VID 0x303a
8
#define USB_PID 0x1001
9
10
-#define EXTERNAL_NUM_INTERRUPTS 46
11
-#define NUM_DIGITAL_PINS 48
12
-#define NUM_ANALOG_INPUTS 20
13
-
14
static const uint8_t LED_BUILTIN = 2;
15
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16
#define LED_BUILTIN LED_BUILTIN
17
18
-#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
19
-#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
20
-#define digitalPinHasPWM(p) (p < 46)
21
22
static const uint8_t CAN1_RX = 6;
23
static const uint8_t CAN1_TX = 7;
24
0 commit comments