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
# A1 connected to ground through 10K# Start REPL: 0.7Vimportboard, digitaliod=digitalio.DigitalInOut(board.A1) # goes to 0Vd.pull=digitalio.Pull.UP# goes to 0.7Vd.pull=None# goes to 0Vd.deinit() # goes to 0.7V
Behavior
A0 is documented to have a 10K pullup, but all the other GPIOs seem to have ~40K pullup. Other boards have the pins floating in this case, right?
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Originally we floated the pin. This also caused some issues with random behavior of NeoPixels attached to pins. The reset was changed to the ESP-IDF default in PR #5892.
CircuitPython version
Code/REPL
Behavior
A0 is documented to have a 10K pullup, but all the other GPIOs seem to have ~40K pullup. Other boards have the pins floating in this case, right?
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: