We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7234c commit 9d1c275Copy full SHA for 9d1c275
variants/adafruit_matrixportal_esp32s3/pins_arduino.h
@@ -10,7 +10,7 @@
10
#define USB_SERIAL "" // Empty string for MAC adddress
11
12
#define EXTERNAL_NUM_INTERRUPTS 49
13
-#define NUM_DIGITAL_PINS 48
+#define NUM_DIGITAL_PINS 49
14
#define NUM_ANALOG_INPUTS 6
15
16
#define analogInputToDigitalPin(p) (((p)<NUM_ANALOG_INPUTS)?(analogChannelToDigitalPin(p)):-1)
0 commit comments