Skip to content

Commit

Permalink
esp32/boards/UM_FEATHERS3: Fix I2C pins in pins.csv.
Browse files Browse the repository at this point in the history
Signed-off-by: Seon Rozenblum <seon@unexpectedmaker.com>
  • Loading branch information
UnexpectedMaker authored and dpgeorge committed Sep 4, 2023
1 parent 1a5bfa5 commit 8bd2494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/esp32/boards/UM_FEATHERS3/pins.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AMB_LIGHT,GPIO4
I2C_SCL,GPIO8
I2C_SDA,GPIO9
I2C_SCL,GPIO9
I2C_SDA,GPIO8
I2C_SCL2,GPIO15
I2C_SDA2,GPIO16
LDO2_PWR,GPIO39
Expand Down

0 comments on commit 8bd2494

Please sign in to comment.