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.
Dependencies: BufferedSerial
Diff: Communication.cpp
- Revision:
- 9:76b59c5220f1
- Parent:
- 4:256f2cbe3fdd
- Child:
- 13:20e124fba426
--- a/Communication.cpp Tue May 11 15:05:49 2021 +0000 +++ b/Communication.cpp Tue May 11 17:53:17 2021 +0000 @@ -2,7 +2,7 @@ #include "mbed.h" #include "MessageBuilder.h" -const char max_len = 30; +//const char max_len = 30; Serial *serial_object; MessageBuilder bin_msg;