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.
Diff: main.cpp
- Revision:
- 12:4194c47ca60b
- Parent:
- 11:74844f6ca8cf
- Child:
- 13:968af0520530
--- a/main.cpp Thu Jan 28 21:22:08 2016 +0000 +++ b/main.cpp Fri Jan 29 20:27:37 2016 +0000 @@ -139,7 +139,8 @@ printf("duration: %i\r\n", res.duration); printf("track_count: %i\r\n", res.track_count); printf("track_number: %i\r\n", res.track_number); - cdc.display(res.title); + //cdc.display(res.title); + cdc.display("BT SPELAR"); cdc.set_track((char)res.track_number); break; case RN52_OTHER_EVENT: //no specific event occured, check connection status