Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Revision:
19:e6be4cd80aad
Parent:
18:b3c9f16cbb96
Child:
27:7110ebee3484
--- a/DigitalIn.h	Mon May 17 14:18:54 2010 +0000
+++ b/DigitalIn.h	Tue May 18 16:04:21 2010 +0000
@@ -62,7 +62,7 @@
      *  Set the input pin mode
      *
      * Variables:
-     *  mode - PullUp, PullDown, PullNone
+     *  mode - PullUp, PullDown, PullNone, OpenDrain
      */
     void mode(PinMode pull);