mirror of https://github.com/ARMmbed/mbed-os.git
nxp LPC55S69: fix i2c pin mapping
parent
97ef25f52f
commit
bb9197536d
|
@ -177,8 +177,8 @@ typedef enum {
|
||||||
A1 = P0_23,
|
A1 = P0_23,
|
||||||
A2 = P0_0,
|
A2 = P0_0,
|
||||||
A3 = P1_31,
|
A3 = P1_31,
|
||||||
A4 = P0_14,
|
A4 = P0_13,
|
||||||
A5 = P0_13,
|
A5 = P0_14,
|
||||||
|
|
||||||
//SPI Pins configuration
|
//SPI Pins configuration
|
||||||
SPI_MOSI = D11,
|
SPI_MOSI = D11,
|
||||||
|
|
Loading…
Reference in New Issue