The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
85:024bf7f99721
Parent:
82:6473597d706e
--- a/TARGET_LPC1549/TARGET_NXP/TARGET_LPC15XX/PinNames.h	Mon May 19 18:14:09 2014 +0100
+++ b/TARGET_LPC1549/TARGET_NXP/TARGET_LPC15XX/PinNames.h	Wed Jun 11 15:14:05 2014 +0100
@@ -39,10 +39,10 @@
     LED_BLUE = P1_1,
     
     // 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,
     
     // Serial to USB pins
     USBTX = P0_18,