-
Notifications
You must be signed in to change notification settings - Fork 7.6k
pinMode pullup does not work #66
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
Comments
Thanks for noting this! |
Lzw655
pushed a commit
to Lzw655/arduino-esp32
that referenced
this issue
Oct 12, 2023
in lib builder
blue-2357
pushed a commit
to blue-2357/arduino-esp32
that referenced
this issue
Jul 17, 2024
use driver/gpio for now. fixes: espressif/arduino-esp32#66
brentru
pushed a commit
to adafruit/arduino-esp32
that referenced
this issue
Oct 22, 2024
As of today, the latest Arduino IDE version is 1.8.11 which includes several bug-fixes and enhancements.
dash0820
added a commit
to dash0820/arduino-esp32-stripped
that referenced
this issue
Mar 10, 2025
use driver/gpio for now. fixes: espressif/arduino-esp32#66
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pinMode(25, INPUT_PULLUP);
works as an input but does not pull up.
The text was updated successfully, but these errors were encountered: