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

Fork of mbed by mbed official

Revision:
81:7d30d6019079
Parent:
67:a9913a65894f
--- a/TARGET_LPC4088/PinNames.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_LPC4088/PinNames.h	Wed Mar 19 18:28:32 2014 +0000
@@ -91,7 +91,8 @@
     PullUp = 2,
     PullDown = 1,
     PullNone = 0,
-    OpenDrain = 4
+    OpenDrain = 4,
+    PullDefault = PullDown
 } PinMode;