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:
172:65be27845400
Parent:
171:3a7713b1edbc
--- a/TARGET_LPC812/TOOLCHAIN_IAR/PinNames.h	Thu Nov 08 11:45:42 2018 +0000
+++ b/TARGET_LPC812/TOOLCHAIN_IAR/PinNames.h	Wed Feb 20 20:53:29 2019 +0000
@@ -28,6 +28,9 @@
 } PinDirection;
 
 typedef enum {
+    // Not connected
+    NC = (int)0xFFFFFFFF,
+
     P0_0 = 0,
     P0_1 = 1,
     P0_2 = 2,
@@ -52,6 +55,8 @@
     D2 = P0_6,
     D3 = P0_8,
     D4 = P0_9,
+    D5 = NC,
+    D6 = NC,
     
     D7 = P0_7,
     D8 = P0_17,
@@ -63,6 +68,10 @@
     D14 = P0_10,
     D15 = P0_11,
     
+    A0 = NC,
+    A1 = NC,
+    A2 = NC,
+    A3 = NC,
     A4 = P0_10,
     A5 = P0_11,
     
@@ -80,9 +89,7 @@
     // Serial to USB pins
     USBTX = P0_6,
     USBRX = P0_1,
-    
-    // Not connected
-    NC = (int)0xFFFFFFFF,
+
 } PinName;
 
 typedef enum {