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
There's already code to disable the USB when setting up GPIO pins for gpio18 and gpio19, but there's no code to clear the pull-ups. They interfere in my design and i found that manually clearing the pullup / pulldown pins fixes everything.
There's already code to disable the USB when setting up GPIO pins for gpio18 and gpio19, but there's no code to clear the pull-ups. They interfere in my design and i found that manually clearing the pullup / pulldown pins fixes everything.
This is an example of how I personally fixed the problem. It should be implemented here:
esp-hal/esp-hal/src/gpio.rs
Lines 619 to 624 in 8841d82
The text was updated successfully, but these errors were encountered: