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 11:0f02bb177410, committed 2014-10-18
- Comitter:
- tmccurbin
- Date:
- Sat Oct 18 17:03:32 2014 +0000
- Parent:
- 10:493f2151d5f1
- Child:
- 12:e99a0f23e91a
- Commit message:
- Added soft reset command:; extern "C" void mbed_reset()
Changed in this revision
| Steering.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Steering.h Sat Oct 18 16:48:34 2014 +0000 +++ b/Steering.h Sat Oct 18 17:03:32 2014 +0000 @@ -109,4 +109,6 @@ CANMessage Txmsg_drive_status(0x501,&drive_status,1); CANMessage Txmsg_reset(0x502,&reset_body,1); +extern "C" void mbed_reset(); + #endif /* STEERING_H */ \ No newline at end of file
