Lee Thompson / Mbed 2 deprecated SecretKnock

Dependencies:   MMA8451Q mbed tsi_sensor

Fork of UTCSBootcamp by Clare Coleman

Revision:
4:4233d072b5af
Parent:
0:2010bcffbae0
Child:
9:0ba1973c3bd3
--- a/main.cpp	Thu Aug 22 21:52:21 2013 +0000
+++ b/main.cpp	Fri Aug 23 00:38:23 2013 +0000
@@ -1,9 +1,16 @@
 #include "CarAPI.h"
 
-int main() {
+int main()
+{
+    // Initialize necessary components.
     init();
     
-    // your code here
+    // Replace the following lines with your code.
+    setDebug(true);
+    turn(-0.5);
+    sleep(0.5);
+    turn(0.5);
     
-    finish();
+    // End of run.
+    finish();    
 }
\ No newline at end of file