1 # SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
 
   3 # SPDX-License-Identifier: MIT
 
   6 from ..generic_micropython import Pin
 
  39 # ordered as spiId, sckId, mosiId (tx), misoId (rx)
 
  75     (0, GP18, GP19, GP16),
 
  76     (0, GP18, GP19, GP20),
 
  78     (1, GP10, GP11, GP12),
 
  80     (1, GP10, GP15, GP12),
 
  82     (1, GP14, GP11, GP12),
 
  84     (1, GP14, GP15, GP12),
 
  87 # ordered as uartId, txId, rxId
 
 123 # ordered as scl, sda