basic version

Dependencies:   C12832_lcd USBHost mbed

Files at this revision

API Documentation at this revision

Comitter:
cathal66
Date:
Thu Feb 05 17:05:31 2015 +0000
Parent:
10:6059097698f7
Child:
13:4c5ffb2af762
Commit message:
Deleted the second folder of the rtos; Harley fixed the problem with the storage of the data;

Changed in this revision

USBHost.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/USBHost.lib	Thu Feb 05 17:05:31 2015 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/USBHost/#015da4bb56a0
--- a/main.cpp	Thu Jan 29 20:32:37 2015 +0000
+++ b/main.cpp	Thu Feb 05 17:05:31 2015 +0000
@@ -79,7 +79,7 @@
                  }
              servoPosition_mutex.unlock();                      //Mutex unlock for the servo value
             
-            if(t.read() <= debugDataTimeLimit){
+            if(t.read() >= debugDataTimeLimit){
                 fclose(graphcsv);
                 exportDebugData = false;
             }
--- a/mbed-rtos.lib	Thu Jan 29 20:32:37 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#5448826aa700