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:
18:b3c9f16cbb96
Parent:
11:1c1ebd0324fa
Child:
27:7110ebee3484
--- a/PinNames.h	Tue Dec 01 14:24:15 2009 +0000
+++ b/PinNames.h	Mon May 17 14:18:54 2010 +0000
@@ -86,6 +86,7 @@
     PullUp = 0
     , PullDown = 3
     , PullNone = 2
+    , OpenDrain = 4
 };
 
 #ifdef __cplusplus