mirror of https://github.com/ARMmbed/mbed-os.git
Updated I2C pin names in PinNames.h header
parent
48b1b8ec78
commit
ae0fcefd17
|
|
@ -106,8 +106,8 @@ typedef enum {
|
||||||
SD_MOSI = MOSI, // Master out Salve in
|
SD_MOSI = MOSI, // Master out Salve in
|
||||||
|
|
||||||
// I2C pins
|
// I2C pins
|
||||||
SDA = D14,
|
SDA = PD3,
|
||||||
SCL = D15,
|
SCL = PD4,
|
||||||
|
|
||||||
// Not connected
|
// Not connected
|
||||||
NC = (int)0xFFFFFFFF,
|
NC = (int)0xFFFFFFFF,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue