Skip to content

Commit 18ffcc7

Browse files
nxp LPC55S69: fix i2c pin mapping
1 parent 97ef25f commit 18ffcc7

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/TARGET_LPCXpresso

1 file changed

+2
-2
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/TARGET_LPCXpresso/PeripheralPins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ const PinMap PinMap_DAC[] = {
5050

5151
/************I2C***************/
5252
const PinMap PinMap_I2C_SDA[] = {
53-
{P0_13, I2C_0, 1},
53+
{P0_14, I2C_0, 1},
5454
{P1_21, I2C_1, 5},
5555
{NC , NC , 0}
5656
};
5757

5858
const PinMap PinMap_I2C_SCL[] = {
59-
{P0_14, I2C_0, 1},
59+
{P0_13, I2C_0, 1},
6060
{P1_20, I2C_1, 5},
6161
{NC , NC , 0}
6262
};

0 commit comments

Comments
 (0)