Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_LPC1768/TARGET_NXP/TARGET_LPC176X/TARGET_MBED_LPC1768/PinNames.h
- Revision:
- 83:8a40adfe8776
- Parent:
- 82:6473597d706e
- Child:
- 92:4fc01daae5a5
--- a/TARGET_LPC1768/TARGET_NXP/TARGET_LPC176X/TARGET_MBED_LPC1768/PinNames.h Mon Apr 07 18:28:36 2014 +0100
+++ b/TARGET_LPC1768/TARGET_NXP/TARGET_LPC176X/TARGET_MBED_LPC1768/PinNames.h Mon Apr 28 17:39:05 2014 +0100
@@ -106,6 +106,9 @@
A4 = P1_30,
A5 = P1_31,
+ I2C_SCL = D15,
+ I2C_SDA = D14,
+
// Not connected
NC = (int)0xFFFFFFFF
} PinName;


