We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let mut int_pin = io.pins.gpio15.into_push_pull_output(); int_pin.set_low().unwrap(); // Low let mut int_pin = int_pin.into_pull_down_input(); // Immediately goes high
On main branch of esp32s3-hal.
main
esp32s3-hal
Also see #142
The text was updated successfully, but these errors were encountered:
I guess it's just the internal pull-down is not strong enough in input mode?
Sorry, something went wrong.
No branches or pull requests
On
main
branch ofesp32s3-hal
.Also see #142
The text was updated successfully, but these errors were encountered: