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:
20:029aa53d7323
Parent:
15:d1a9de3f4fe0
Child:
21:3944f1e2fa4f
--- a/Serial.h	Tue May 18 16:04:21 2010 +0000
+++ b/Serial.h	Thu Jun 03 11:17:50 2010 +0000
@@ -39,7 +39,7 @@
      *  tx - Transmit pin 
      *  rx - Receive pin
      *
-     *  Note: Either tx or rx may be specified as NOT_CONNECTED if unused
+     *  Note: Either tx or rx may be specified as NC if unused
      */
     Serial(PinName tx, PinName rx, const char *name = NULL);