mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
Since all boards are configured to have a I2C(0), SPI(0) and UART(1), these can be set as default devices, allowing the instantiation of I2C(), SPI(), UART() without an id argument. Signed-off-by: robert-hh <robert@hammelrath.com>