mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
Previously specifying None as the pull value would leave the pull up/down state unchanged. This change makes it so -1 leaves the state unchanged and None makes the pin float, as per the docs.