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: CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses
Fork of REVO_Updated_Steering by
Revision 12:e99a0f23e91a, committed 2014-10-18
- Comitter:
- tmccurbin
- Date:
- Sat Oct 18 17:05:45 2014 +0000
- Parent:
- 11:0f02bb177410
- Child:
- 14:3e21d6c764a5
- Commit message:
- Added soft reset command:; mbed_reset();
Changed in this revision
| Steering.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Steering.cpp Sat Oct 18 17:03:32 2014 +0000
+++ b/Steering.cpp Sat Oct 18 17:05:45 2014 +0000
@@ -228,6 +228,7 @@
void reset()
{
txWriteDirect(Txmsg_reset);
+ mbed_reset();
// display.ClearScreen();
// display.SelectFont(Arial12,BLACK,ReadData);
