Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of XBee by
Revision 9:a686f64fd3cd, committed 2016-08-09
- Comitter:
- kityann
- Date:
- Tue Aug 09 13:03:47 2016 +0000
- Parent:
- 8:a1bf1c09f7ab
- Commit message:
- comitto
Changed in this revision
| XBee.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/XBee.cpp Sat May 16 14:06:50 2015 +0000
+++ b/XBee.cpp Tue Aug 09 13:03:47 2016 +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()) << std::endl;
for (int i = 0; i < request.getFrameDataLength(); i++) {
// std::cout << "sending byte [" << static_cast<unsigned int>(i) << "] " << std::endl;
