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

Fork of mbed by mbed official

Revision:
67:a9913a65894f
Parent:
65:5798e58a58b1
Child:
81:7d30d6019079
--- a/TARGET_LPC4088/PinNames.h	Mon Aug 19 13:34:54 2013 +0300
+++ b/TARGET_LPC4088/PinNames.h	Thu Sep 19 15:44:18 2013 +0300
@@ -88,9 +88,9 @@
 } PinName;
 
 typedef enum {
-    PullUp = 0,
-    PullDown = 3,
-    PullNone = 2,
+    PullUp = 2,
+    PullDown = 1,
+    PullNone = 0,
     OpenDrain = 4
 } PinMode;