-
Notifications
You must be signed in to change notification settings - Fork 171
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-C3-FH4 How to use gpio12 - 17 #480
Comments
Then just use it? |
Using PinDriver::input(peripherals.pins.gpio14) will cause an infinite reboot. |
OK. Show me how you would use gpio14 with ESP IDF C calls (or unsafe calls into In other words, is what you asking for even possible, with ESP IDF, let alone with its Rust wrappers? |
I'm also experiencing infinite reboots with esp_idf_sys. As a newcomer, I understand that the datasheet states it's not recommended. I believe there should be a way to use it, so I've raised this issue to inquire. |
You might have better luck asking in the Matrix channel. |
I know it's not recommended, but I need to use it.
The text was updated successfully, but these errors were encountered: