mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +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>