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:
92:4fc01daae5a5
Parent:
85:024bf7f99721
--- a/TARGET_ARCH_PRO/TARGET_NXP/TARGET_LPC176X/TARGET_ARCH_PRO/PinNames.h	Wed Oct 29 11:02:04 2014 +0000
+++ b/TARGET_ARCH_PRO/TARGET_NXP/TARGET_LPC176X/TARGET_ARCH_PRO/PinNames.h	Thu Nov 27 13:33:22 2014 +0000
@@ -117,6 +117,7 @@
     PullUp = 0,
     PullDown = 3,
     PullNone = 2,
+    Repeater = 1,
     OpenDrain = 4,
     PullDefault = PullDown
 } PinMode;