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