version_2.0

Dependents:   cc3000_ping_demo_try_2

Fork of mbed by mbed official

Revision:
79:0c05e21ae27e
Parent:
66:9c8f0e3462fb
Child:
81:7d30d6019079
--- a/TARGET_KL25Z/PinNames.h	Tue Feb 18 15:02:39 2014 +0000
+++ b/TARGET_KL25Z/PinNames.h	Fri Feb 21 10:26:12 2014 +0000
@@ -196,10 +196,10 @@
     LED_BLUE = PTD1,
 
     // mbed original LED naming
-    LED1 = LED_BLUE,
+    LED1 = LED_RED,
     LED2 = LED_GREEN,
-    LED3 = LED_RED,
-    LED4 = LED_RED,
+    LED3 = LED_BLUE,
+    LED4 = LED_BLUE,
 
     // USB Pins
     USBTX = PTA2,
@@ -229,6 +229,9 @@
     A3 = PTB3,
     A4 = PTC2,
     A5 = PTC1,
+    
+    I2C_SCL = D15,
+    I2C_SDA = D14,
 
     // Not connected
     NC = (int)0xFFFFFFFF