Skip to content

Commit c4e1bed

Browse files
committed
HEXIWEAR: Update I2C pin mapping
Signed-off-by: Mahadevan Mahesh <[email protected]>
1 parent 8568c9e commit c4e1bed

File tree

1 file changed

+2
-0
lines changed
  • hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/TARGET_HEXIWEAR

1 file changed

+2
-0
lines changed

hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/TARGET_HEXIWEAR/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ const PinMap PinMap_DAC[] = {
6060
/************I2C***************/
6161
const PinMap PinMap_I2C_SDA[] = {
6262
{PTD9 , I2C_0, 2},
63+
{PTB1 , I2C_0, 2},
6364
{PTC11, I2C_1, 2},
6465
{NC , NC , 0}
6566
};
6667

6768
const PinMap PinMap_I2C_SCL[] = {
6869
{PTD8 , I2C_0, 2},
70+
{PTB0 , I2C_0, 2},
6971
{PTC10, I2C_1, 2},
7072
{NC , NC , 0}
7173
};

0 commit comments

Comments
 (0)