Penn Electric Racing / Mbed 2 deprecated REVO_Updated_Steering

Dependencies:   CANBuffer KS0108_fork mbed-rtos mbed CAN Addresses

Fork of REVO_Updated_Steering by Penn Electric

Files at this revision

API Documentation at this revision

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);