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_LPC812/PinNames.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_LPC812/PinNames.h	Wed Mar 19 18:28:32 2014 +0000
@@ -88,7 +88,8 @@
     PullDown = 1,
     PullNone = 0,
     Repeater = 3,
-    OpenDrain = 4
+    OpenDrain = 4,
+    PullDefault = PullDown
 } PinMode;
 
 #define STDIO_UART_TX     USBTX