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:
66:9c8f0e3462fb
--- a/TARGET_LPC1347/PinNames.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_LPC1347/PinNames.h	Wed Mar 19 18:28:32 2014 +0000
@@ -140,7 +140,8 @@
     PullDown = 1,
     PullNone = 0,
     Repeater = 3,
-    OpenDrain = 4
+    OpenDrain = 4,
+    PullDefault = PullDown
 } PinMode;
 
 #ifdef __cplusplus