Skip to content

Commit

Permalink
Fix I2C on Adafruit Feather RP2350 HSTX (#2784)
Browse files Browse the repository at this point in the history
Fixes #2783
  • Loading branch information
earlephilhower authored Jan 30, 2025
1 parent 8c31705 commit b506c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions variants/adafruit_feather_rp2350_hstx/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
#define PIN_SPI1_SS (31u)

// Wire
#define __WIRE0_DEVICE i2c1
#define PIN_WIRE0_SDA (2u)
#define PIN_WIRE0_SCL (3u)

#define __WIRE1_DEVICE i2c0
#define PIN_WIRE1_SDA (31u) // not pinned out
#define PIN_WIRE1_SCL (31u)

Expand Down

0 comments on commit b506c01

Please sign in to comment.