mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02: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>