UART2_RX = D23
UART2_TX = D22
-I2C0_SCL = D34 # labeled on diagram as I2C1, hardware manual port 0
-I2C0_SDA = D35 # i2cdetect-l lists it as i2c-0
+I2C0_SCL = D34 # labeled on diagram as I2C1, hardware manual port 0
+I2C0_SDA = D35 # i2cdetect-l lists it as i2c-0
-I2C1_SCL = D38 # Labeled on diagram as I2C2, hardware manual port 5
-I2C1_SCL = D39 # i2cdetect lists it as i2c-1
+I2C1_SCL = D38 # Labeled on diagram as I2C2, hardware manual port 5
+I2C1_SCL = D39 # i2cdetect lists it as i2c-1
# i2c use these addresses when accessing i2c from Blinka. You can also access
# the i2c useing smbus
-I2C0_SDA = Pin((0, 61)) # IC21 on diagram, port 0 in hardware manual
+I2C0_SDA = Pin((0, 61)) # IC21 on diagram, port 0 in hardware manual
I2C0_SCL = Pin((0, 65))
I2C1_SDA = TS_I2C_SDA = Pin((0, 45)) # I2C2 on diagram, port 5 in hardware manual
GPIO_479 = I2C0_SCL
# ordered as i2cId, sclId, sdaId
-i2cPorts = ((0, I2C0_SCL, I2C0_SDA),
- (1, I2C1_SCL, I2C1_SDA))
+i2cPorts = ((0, I2C0_SCL, I2C0_SDA), (1, I2C1_SCL, I2C1_SDA))