-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-H2 missing GPIO pins above 20 #500
Comments
I don't have a h2 around, so what would be most efficient - if you don't mind - is if you could actually open a PR adding those. This way you could also test if these pins do actually work. |
.. I'm just preparing one. |
Unfortunately the |
Use a slightly older |
Thanks, my local build works. |
A added also pins 23+24 (used by Serial debug interface) I successfully verified hardware functionality for pins 22 and 25. |
PR #501 is updated, works for me and is ready to be pulled. |
The lib exposes GPIO Pins 0..20 for the ESP32-H2 GPIO.
As one can see in section "2.1 Pin Layout" in the Datasheet, there are also the following hardware pins available to use:
Pins: 22, 25, 26, 27
Especially pin 22 and pin 25 are extremely useful, because they are also exposed in the ESP32-H2-WROOM-03 model (which is also used by me).
I suggest to simply add these GPIO pin numbers in esp-idf-hal.
The text was updated successfully, but these errors were encountered: