Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

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