1 """Pin definitions for the Odroid C4."""
 
   3 from adafruit_blinka.microcontroller.amlogic.s905x3 import pin
 
   5 for it in pin.i2cPorts:
 
   6     globals()["SCL" + str(it[0])] = it[1]
 
   7     globals()["SDA" + str(it[0])] = it[2]
 
   9 SCL = pin.i2cPorts[0][1]
 
  10 SDA = pin.i2cPorts[0][2]
 
  15 SPI_CS0 = pin.SPI0_CS0
 
  17 """J2: physical pin number"""
 
  45 """J7: physical pin number"""