Skip to content

Commit

Permalink
nxp LPC55S69: fix i2c pin mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejbocianski committed Oct 23, 2019
1 parent 97ef25f commit 18ffcc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ const PinMap PinMap_DAC[] = {

/************I2C***************/
const PinMap PinMap_I2C_SDA[] = {
{P0_13, I2C_0, 1},
{P0_14, I2C_0, 1},
{P1_21, I2C_1, 5},
{NC , NC , 0}
};

const PinMap PinMap_I2C_SCL[] = {
{P0_14, I2C_0, 1},
{P0_13, I2C_0, 1},
{P1_20, I2C_1, 5},
{NC , NC , 0}
};
Expand Down

0 comments on commit 18ffcc7

Please sign in to comment.