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: CDC.h
- Revision:
- 6:c454f88524d6
- Parent:
- 2:10c60edc8573
- Child:
- 9:9a4c81493a3d
diff -r 8e468fef2754 -r c454f88524d6 CDC.h --- a/CDC.h Mon Jan 11 20:49:59 2016 +0000 +++ b/CDC.h Wed Jan 13 22:11:50 2016 +0000 @@ -42,6 +42,7 @@ void reset_elapsed_time(); void start_elapsed_time(); void stop_elapsed_time(); + void set_track(char track_number); void send_can_frame(int message_id, int *msg); void print_can_frame(CANMessage *msg); void CAN_wrFilter(uint32_t ctrl, uint32_t id);