Myserial Library extends RawSerial

Files at this revision

API Documentation at this revision

Comitter:
naao
Date:
Sun Jun 22 09:48:41 2014 +0000
Parent:
4:10ce20315d77
Child:
6:7853f8641372
Commit message:
fixed example

Changed in this revision

MySerial.h Show annotated file Show diff for this revision Revisions of this file
--- a/MySerial.h	Sun Jun 22 09:46:35 2014 +0000
+++ b/MySerial.h	Sun Jun 22 09:48:41 2014 +0000
@@ -26,7 +26,7 @@
  * 
  * void readbuf()
  * {
- *   // int iRtn =  pc.GetString(6,&cWword);    //Serial received chars by pointer cWord
+ *   // int iRtn =  pc.GetString(6,&cWord);    //Serial received chars by pointer cWord
  *    int iRtn =  pc.GetString((char)6,cWord); //Serial received chars byref of cWord
  * }
  * int main() {