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

Dependencies:   MMA8451Q mbed

Revision:
8:eb1307992dd1
Parent:
6:4b101f051a1f
--- 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);
 }