Skip to content

Commit eea6891

Browse files
authored
Merge pull request #1087 from marqdevx/marqdevx/Stella-Wire1
Stella, fix `Wire1` pins
2 parents 78cb714 + aebfad1 commit eea6891

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)