You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this isn't an appropriate github issue, but I'm wondering why the esp-idf-svc::hal::gpio only has types for gpio pins 1 through 21. My board has up to pin 38, and I don't seem to have any way of accessing them through this library. Is that correct? Is there another way I can use all the pins on my board? Thanks!
The text was updated successfully, but these errors were encountered:
if you are looking at the docs page it is generated against the esp32c3. If you are using another chip you get the correct gpio pins generated for your chip automatically depending on your chip. All capability definitions for every chip variant can be found in esp-idf-hal
Sorry if this isn't an appropriate github issue, but I'm wondering why the
esp-idf-svc::hal::gpio
only has types for gpio pins 1 through 21. My board has up to pin 38, and I don't seem to have any way of accessing them through this library. Is that correct? Is there another way I can use all the pins on my board? Thanks!The text was updated successfully, but these errors were encountered: