10000 Update pins_arduino.h · espressif/arduino-esp32@0d993b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d993b5

Browse files
authored
Update pins_arduino.h
1 parent 8f0f559 commit 0d993b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/lopy/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdint.h>
55

66
#define EXTERNAL_NUM_INTERRUPTS 16
7-
#define NUM_DIGITAL_PINS 24
7+
#define NUM_DIGITAL_PINS 40
88
#define NUM_ANALOG_INPUTS 18
99

1010
#define analogInputToDigitalPin(p) (((p)<40)?(esp32_adc2gpio[(p)]):-1)

0 commit comments

Comments
 (0)
0