mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
154:be4113396fa5
Parent:
113:65a335a675de
diff -r a2bd7206fd97 -r be4113396fa5 targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_LPC11U24_401/PinNames.h
--- a/targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_LPC11U24_401/PinNames.h	Mon Apr 07 17:00:08 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_LPC11U24_401/PinNames.h	Mon Apr 07 23:30:06 2014 +0100
@@ -151,6 +151,9 @@
     D12 = P0_8,
     D13 = P1_29, // P0_9 for Arch V1.0
 
+    D14 = P0_5,
+    D15 = P0_4,
+
     A0 = P0_11,
     A1 = P0_12,
     A2 = P0_13,
@@ -158,6 +161,9 @@
     A4 = P0_16,
     A5 = P0_22,
 
+    I2C_SCL = D15,
+    I2C_SDA = D14,
+
     // Not connected
     NC = (int)0xFFFFFFFF,
 } PinName;