UT CS Bootcamp code for creating a secret knock

Dependencies:   MMA8451Q mbed tsi_sensor

Fork of UTCSBootcamp by Clare Coleman

Files at this revision

API Documentation at this revision

Comitter:
ccoleman
Date:
Fri Aug 23 16:21:47 2013 +0000
Parent:
7:2901515f14c2
Child:
9:0ba1973c3bd3
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);
 }