Skip to content

Commit 9d1c275

Browse files
committed
Fixes NUM_DIGITAL_PINS in Adafruit board
1 parent 0a7234c commit 9d1c275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/adafruit_matrixportal_esp32s3/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define USB_SERIAL "" // Empty string for MAC adddress
1111

1212
#define EXTERNAL_NUM_INTERRUPTS 49
13-
#define NUM_DIGITAL_PINS 48
13+
#define NUM_DIGITAL_PINS 49
1414
#define NUM_ANALOG_INPUTS 6
1515

1616
#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)

0 commit comments

Comments
 (0)