1 from microcontroller import Pin
16 # ordered as spiId, sckId, mosiId, misoId
17 spiPorts = ((1, GPIO14, GPIO13, GPIO12))
19 # ordered as uartId, txId, rxId
22 # (0, GPIO15, GPIO13) # TODO secondary pins for UART0 configurable from Micropython? How to flag?