summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
9d833e0)
stored the wrongly commented lines to define 2 I2C port with the same channel id.
# ordered as i2cId, SCL, SDA
i2cPorts = [
(1, I2C1_SCL, I2C1_SDA),
# ordered as i2cId, SCL, SDA
i2cPorts = [
(1, I2C1_SCL, I2C1_SDA),
- # (2, I2C2_SCL_M0, I2C2_SDA_M0),
+ (2, I2C2_SCL_M0, I2C2_SDA_M0),
(2, I2C2_SCL_M1, I2C2_SDA_M1),
(3, I2C3_SCL_M0, I2C3_SDA_M0),
(4, I2C4_SCL_M0, I2C4_SDA_M0),
(2, I2C2_SCL_M1, I2C2_SDA_M1),
(3, I2C3_SCL_M0, I2C3_SDA_M0),
(4, I2C4_SCL_M0, I2C4_SDA_M0),