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:
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);