Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Sep 23, 2024
1 parent 0539b27 commit 9d833e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/adafruit_blinka/board/orangepi/orangepi3b.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
D27 = pin.I2C3_SDA_M0
D28 = pin.I2C3_SCL_M0
D29 = pin.GPIO4_A5
#D30 = GND
# D30 = GND
D31 = pin.GPIO3_D4
D32 = pin.GPIO4_C0
D33 = pin.GPIO3_D7
Expand Down Expand Up @@ -82,4 +82,3 @@
MISO = SPI3_MISO
SCLK = SPI3_CLK
CS = SPI3_CS0

2 changes: 1 addition & 1 deletion src/adafruit_blinka/microcontroller/rockchip/rk3566/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
# 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),
Expand Down

0 comments on commit 9d833e0

Please sign in to comment.