Skip to content

Commit fce71cb

Browse files
committed
Add missing ESP32-P4 GPIO defs
1 parent 55823ba commit fce71cb

File tree

1 file changed

+8
-0
lines changed
  • ports/espressif/peripherals/esp32p4

1 file changed

+8
-0
lines changed

ports/espressif/peripherals/esp32p4/pins.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ extern const mcu_pin_obj_t pin_GPIO19;
5454
extern const mcu_pin_obj_t pin_GPIO20;
5555
#define GPIO21_EXISTS 1
5656
extern const mcu_pin_obj_t pin_GPIO21;
57+
#define GPIO22_EXISTS 1
58+
extern const mcu_pin_obj_t pin_GPIO22;
59+
#define GPIO23_EXISTS 1
60+
extern const mcu_pin_obj_t pin_GPIO23;
61+
#define GPIO24_EXISTS 1
62+
extern const mcu_pin_obj_t pin_GPIO24;
63+
#define GPIO25_EXISTS 1
64+
extern const mcu_pin_obj_t pin_GPIO25;
5765
#define GPIO26_EXISTS 1
5866
extern const mcu_pin_obj_t pin_GPIO26;
5967
#define GPIO27_EXISTS 1

0 commit comments

Comments
 (0)