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:
- 11:74844f6ca8cf
- Parent:
- 10:8be92db98bf4
- Child:
- 13:968af0520530
diff -r 8be92db98bf4 -r 74844f6ca8cf CDC.h --- a/CDC.h Fri Jan 15 22:10:11 2016 +0000 +++ b/CDC.h Thu Jan 28 21:22:08 2016 +0000 @@ -9,8 +9,6 @@ { IBUS_NO_MESSAGE, IBUS_OTHER_MESSAGE, - IBUS_DOORS_LOCKED, - IBUS_DOORS_UNLOCKED, IBUS_CDC_ON, IBUS_CDC_OFF, IBUS_NEXT, @@ -20,6 +18,8 @@ IBUS_SKIP_BW, IBUS_SET, IBUS_CLEAR, + IBUS_HEAD_UNIT_OFF, + IBUS_HEAD_UNIT_ON, IBUS_COMMAND_LAST @@ -36,8 +36,8 @@ IBUS_COMMAND get_cmd(); IBUS_COMMAND get_ihu_cmd(); IBUS_COMMAND get_steering_wheel_cmd(); - void display(char text[], char row); - void display_update(char row); + void display(char text[]); + void display_update(); void update_elapsed_time(); void reset_elapsed_time(); void start_elapsed_time();