2015/05/16
Dependents: Aigamozu_Robot_ver3_1 Aigamozu_Robot_ver3_2 Aigamozu_Robot_ver3_3 Aigamozu_Robot_ver3_4 ... more
Fork of XBee by
Revision 9:8e4a31b5eb94, committed 2017-04-20
- Comitter:
- s1200058
- Date:
- Thu Apr 20 10:24:32 2017 +0000
- Parent:
- 8:a1bf1c09f7ab
- Commit message:
- for next study group
Changed in this revision
XBee.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a1bf1c09f7ab -r 8e4a31b5eb94 XBee.cpp --- a/XBee.cpp Sat May 16 14:06:50 2015 +0000 +++ b/XBee.cpp Thu Apr 20 10:24:32 2017 +0000 @@ -1420,7 +1420,7 @@ checksum+= request.getApiId(); checksum+= request.getFrameId(); - std::cout << "frame length is " << static_cast<unsigned int>(request.getFrameDataLength()) << std::endl; + std::cout << "frame length is " << static_cast<unsigned int>(request.getFrameDataLength()) << "\n\r" << std::endl; for (int i = 0; i < request.getFrameDataLength(); i++) { // std::cout << "sending byte [" << static_cast<unsigned int>(i) << "] " << std::endl;