Skip to content

Commit e372de8

Browse files
committed
Fix stemma I2C pinout
1 parent 5dc5129 commit e372de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/sparkfun_pro_micro_rp2350/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#define MICROPY_HW_NEOPIXEL (&pin_GPIO25)
55

6-
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO16)
7-
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO17)
6+
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO17)
7+
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO16)
88

99
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO22)
1010
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO23)

0 commit comments

Comments
 (0)