Wrapped Freescale Cup code for the UT CS summer boot camp.

Dependencies:   MMA8451Q mbed

Files at this revision

API Documentation at this revision

Comitter:
ccoleman
Date:
Fri Aug 23 16:21:47 2013 +0000
Parent:
7:2901515f14c2
Commit message:
Um. Fixed sleep. Apparently I need more of that.

Changed in this revision

CarAPI.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/CarAPI.cpp	Fri Aug 23 14:13:28 2013 +0000
+++ b/CarAPI.cpp	Fri Aug 23 16:21:47 2013 +0000
@@ -37,6 +37,7 @@
 
 void sleep(float seconds){
     if(debug) utrace("sleep(%f)\r\n",seconds);
+    wait(seconds);
 }