mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15238 from deepak-shreshti/master
Updated I2C pin names in PinNames.h headerpull/15239/head
commit
dcb71e20e6
|
@ -106,8 +106,8 @@ typedef enum {
|
|||
SD_MOSI = MOSI, // Master out Salve in
|
||||
|
||||
// I2C pins
|
||||
SDA = D14,
|
||||
SCL = D15,
|
||||
SDA = PD3,
|
||||
SCL = PD4,
|
||||
|
||||
// Not connected
|
||||
NC = (int)0xFFFFFFFF,
|
||||
|
|
Loading…
Reference in New Issue