Skip to content

Commit aebfad1

Browse files
committed
Fix Wire1 pins
1 parent cd9d7fc commit aebfad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/STELLA/variant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ PinDescription g_APinDescription[] = {
118118
{ P0_25, NULL, NULL, NULL }, // PDM DIN
119119

120120
// Internal I2C
121-
{ P0_14, NULL, NULL, NULL }, // SDA2
122-
{ P0_15, NULL, NULL, NULL }, // SCL2
121+
{ P1_9, NULL, NULL, NULL }, // SDA2
122+
{ P0_11, NULL, NULL, NULL }, // SCL2
123123

124124
// Internal I2C
125125
{ P1_0, NULL, NULL, NULL }, // I2C_PULL

0 commit comments

Comments
 (0)