mirror of https://github.com/ARMmbed/mbed-os.git
Added some PinNames for Arduino compatibility and cleaned up white spaces
parent
1f50bfc7c5
commit
a09c1a724f
|
@ -233,6 +233,9 @@ typedef enum {
|
||||||
A4 = PTC2,
|
A4 = PTC2,
|
||||||
A5 = PTC1,
|
A5 = PTC1,
|
||||||
|
|
||||||
|
I2C_SCL = D15,
|
||||||
|
I2C_SDA = D14,
|
||||||
|
|
||||||
// Not connected
|
// Not connected
|
||||||
NC = (int)0xFFFFFFFF
|
NC = (int)0xFFFFFFFF
|
||||||
} PinName;
|
} PinName;
|
||||||
|
|
Loading…
Reference in New Issue