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: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