Myserial Library extends RawSerial

Files at this revision

API Documentation at this revision

Comitter:
naao
Date:
Thu Jul 03 03:21:33 2014 +0000
Parent:
12:02b3877b48c6
Child:
14:8bd054a87ac5
Commit message:
fixed sample code

Changed in this revision

MySerial.h Show annotated file Show diff for this revision Revisions of this file
--- a/MySerial.h	Thu Jul 03 03:19:26 2014 +0000
+++ b/MySerial.h	Thu Jul 03 03:21:33 2014 +0000
@@ -21,8 +21,7 @@
  * #include "mbed.h"
  * #include "MySerial.h"
  * 
- * char *name = "test";
- * MySerial pc(USBTX,USBRX,name);         //instance of MySerial Class
+ * MySerial pc(USBTX,USBRX);         //instance of MySerial Class
  * char cWord[16]; //receive chars  or cWord[256], cWord[1024] etc..
  * 
  * void readbuf()