1 """ESP8266 pin names"""
3 from microcontroller import Pin
18 # ordered as spiId, sckId, mosiId, misoId
19 spiPorts = (1, GPIO14, GPIO13, GPIO12)
21 # ordered as uartId, txId, rxId
24 # TODO secondary pins for UART0 configurable from Micropython? How to flag?