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:
jayf
Date:
Thu May 14 18:44:12 2015 +0000
Parent:
34:9a4103f39042
Child:
44:80d821b5a0e7
Commit message:
Started work on a performance test

Changed in this revision

Screen_Performance_Test.cpp Show annotated file Show diff for this revision Revisions of this file
Screen_Performance_Test.h 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
screen.cpp Show annotated file Show diff for this revision Revisions of this file
screen.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Screen_Performance_Test.cpp	Thu May 14 18:44:12 2015 +0000
@@ -0,0 +1,5 @@
+#include Screen_Performance_Test.h
+
+int main(){
+    
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Screen_Performance_Test.h	Thu May 14 18:44:12 2015 +0000
@@ -0,0 +1,1 @@
+#include 
\ No newline at end of file
--- a/Steering.cpp	Sat Nov 15 19:10:34 2014 +0000
+++ b/Steering.cpp	Thu May 14 18:44:12 2015 +0000
@@ -126,7 +126,7 @@
     }
 
 
-int main(){
+int main2(){
     // Initialize, set all variables.
     Init();
     wait(0.1);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/screen.cpp	Thu May 14 18:44:12 2015 +0000
@@ -0,0 +1,1 @@
+#include "screen.h"
\ No newline at end of file