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 55823ba commit fce71cbCopy full SHA for fce71cb
ports/espressif/peripherals/esp32p4/pins.h
@@ -54,6 +54,14 @@ extern const mcu_pin_obj_t pin_GPIO19;
54
extern const mcu_pin_obj_t pin_GPIO20;
55
#define GPIO21_EXISTS 1
56
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;
65
#define GPIO26_EXISTS 1
66
extern const mcu_pin_obj_t pin_GPIO26;
67
#define GPIO27_EXISTS 1
0 commit comments