1 """Hifive Unleashed pin names"""
3 from microcontroller import Pin
27 # ordered as spiId, sckId, mosiId, misoId
28 SPI_PORTS = ((1, SPI0_SCLK, SPI0_, GPIO13))
30 # ordered as uartId, txId, rxId
33 # TODO secondary pins for UART0 configurable from Micropython? How to flag?
37 # ordered as spiId, spiSCA, spiSCL
39 (0, I2C0_SCA, I2C0_SCL))