mirror of https://github.com/ARMmbed/mbed-os.git
HEXIWEAR: Update I2C pin mapping
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>pull/2501/head
parent
8568c9eac8
commit
c4e1bed878
|
@ -60,12 +60,14 @@ const PinMap PinMap_DAC[] = {
|
|||
/************I2C***************/
|
||||
const PinMap PinMap_I2C_SDA[] = {
|
||||
{PTD9 , I2C_0, 2},
|
||||
{PTB1 , I2C_0, 2},
|
||||
{PTC11, I2C_1, 2},
|
||||
{NC , NC , 0}
|
||||
};
|
||||
|
||||
const PinMap PinMap_I2C_SCL[] = {
|
||||
{PTD8 , I2C_0, 2},
|
||||
{PTB0 , I2C_0, 2},
|
||||
{PTC10, I2C_1, 2},
|
||||
{NC , NC , 0}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue