u2if
u2if copied to clipboard
Disable GPIO pull when Pin.PULL_NONE
Currently GPIO pins get pulled low when the user sets Pin.PULL_NONE - the expected behaviour would be a floating pin... This PR disables GPIO PULL when GPIO pull isn't UP or DOWN