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 10:493f2151d5f1, committed 2014-10-18
- Comitter:
- tmccurbin
- Date:
- Sat Oct 18 16:48:34 2014 +0000
- Parent:
- 9:e946cafa3cae
- Child:
- 11:0f02bb177410
- Commit message:
- Added Direct Write to Reset
Changed in this revision
| CANBuffer.lib | Show annotated file Show diff for this revision Revisions of this file |
| Steering.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/CANBuffer.lib Sat Oct 18 16:36:44 2014 +0000 +++ b/CANBuffer.lib Sat Oct 18 16:48:34 2014 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/Penn-Electric-Racing/code/CANBuffer/#fbfd7c8a93b5 +http://developer.mbed.org/teams/Penn-Electric-Racing/code/CANBuffer/#110f268af846
--- a/Steering.cpp Sat Oct 18 16:36:44 2014 +0000
+++ b/Steering.cpp Sat Oct 18 16:48:34 2014 +0000
@@ -227,11 +227,13 @@
void reset()
{
- display.ClearScreen();
- display.SelectFont(Arial12,BLACK,ReadData);
- display.GotoXY(16,16);
- display.PrintString(" RESET INITIATED");
- printf("Reset Initiated\n\r");
+ txWriteDirect(Txmsg_reset);
+
+// display.ClearScreen();
+// display.SelectFont(Arial12,BLACK,ReadData);
+// display.GotoXY(16,16);
+// display.PrintString(" RESET INITIATED");
+// printf("Reset Initiated\n\r");
return;
}
