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:
- 2:10c60edc8573
- Parent:
- 0:6cf6e566c0da
- Child:
- 6:c454f88524d6
--- a/CDC.h Mon Jan 04 18:54:24 2016 +0000 +++ b/CDC.h Mon Jan 04 23:36:50 2016 +0000 @@ -38,11 +38,13 @@ IBUS_COMMAND get_steering_wheel_cmd(); void display(char text[]); void display_update(); - void set_time(char minutes, char seconds); + void update_elapsed_time(); + void reset_elapsed_time(); + void start_elapsed_time(); + void stop_elapsed_time(); void send_can_frame(int message_id, int *msg); void print_can_frame(CANMessage *msg); void CAN_wrFilter(uint32_t ctrl, uint32_t id); - }; #endif \ No newline at end of file