mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
This follows the pattern of other peripherals (I2C, SPI) to specify the pins using pin objects instead of a pair of GPIO port and pin number. It makes it easier to customise the UART pins for a particular board.