Skip to content

Commit

Permalink
Merge pull request #901 from mmontol/main
Browse files Browse the repository at this point in the history
Add missing I2C6 to i2cPorts
  • Loading branch information
FoamyGuy authored Oct 11, 2024
2 parents 29757bd + caa6873 commit 9441d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adafruit_blinka/microcontroller/rockchip/rk3588/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
(3, I2C3_SCL_M1, I2C3_SDA_M1),
(4, I2C4_SCL_M3, I2C4_SDA_M3),
(5, I2C5_SCL_M3, I2C5_SDA_M3),
(6, I2C6_SCL_M3, I2C6_SDA_M3),
(7, I2C7_SCL_M3, I2C7_SDA_M3),
(8, I2C8_SCL_M2, I2C8_SDA_M2),
(8, I2C8_SCL_M4, I2C8_SDA_M4),
Expand Down

0 comments on commit 9441d12

Please sign in to comment.