-
Notifications
You must be signed in to change notification settings - Fork 7.6k
pinMode(x, INPUT_PULLUP) does not pull up on GPIO34 ... GPIO39 #316
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
These input-only pins don't have PU/PD circuits. |
OK, thanks for the information. |
Wouldn't this be something worth putting in the manual? |
Good idea. Will put it into my ESP32 WiKi |
Ups, already there: Reserved GPIO’S |
I've always found it anoying that this issue is not CLEAR from the start of development. WHY are these pins even CALLED 'GPIO's, then later found to be 'INPUT ONLY'? In my opinion, these pins should have been labelled 'GPI', since 'GPIO' actually MEANS 'General Purpose Input/OUTPUT'. If the documentation lists most pins as 'GPIO#', then lists four pins as 'GPI#', it's clear to the designer that these pins are different, WITHOUT digging through document details. |
Hello, |
Tested it for all GPIOs that can be a DI. Works for all of them but not for GPIO34 ... GPIO39.
They work as input but get not pulled up. Same with INPUT_PULLDOWN.
The text was updated successfully, but these errors were encountered: