mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
Before, the input was still set to `pin.irq()` mode, only the handler was disabled. That prevented switching the pin between input and output mode. Signed-off-by: robert-hh <robert@hammelrath.com>