Lab 1 Program C
Fork of mbed by
Diff: Serial.h
- Revision:
- 20:029aa53d7323
- Parent:
- 15:d1a9de3f4fe0
- Child:
- 21:3944f1e2fa4f
diff -r e6be4cd80aad -r 029aa53d7323 Serial.h --- 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);