1 # SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
3 # SPDX-License-Identifier: MIT
4 """ESP8266 pin names"""
6 from ..generic_micropython import Pin
21 # ordered as spiId, sckId, mosiId, misoId
22 spiPorts = (1, GPIO14, GPIO13, GPIO12)
24 # ordered as uartId, txId, rxId
27 # TODO secondary pins for UART0 configurable from Micropython? How to flag?