mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
In combination with the defautl Pins the default device can now be instantiated e.g. as: uart = UART(). Similar for I2C and SPI. Signed-off-by: robert-hh <robert@hammelrath.com>