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:
81:7d30d6019079
Parent:
66:9c8f0e3462fb
--- a/TARGET_LPC2368/PinNames.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_LPC2368/PinNames.h	Wed Mar 19 18:28:32 2014 +0000
@@ -84,7 +84,8 @@
     PullUp = 0,
     PullDown = 3,
     PullNone = 2,
-    OpenDrain = 4
+    OpenDrain = 4,
+    PullDefault = PullDown
 } PinMode;
 
 // version of PINCON_TypeDef using register arrays