Mine, not yours justin

Dependencies:   HMC6352 USBHost mbed-rtos mbed

Fork of Project by Justin Eng

Revision:
0:b6fd1c37944a
Child:
1:41cee26b35cc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Apr 11 17:40:07 2014 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+#include "RobotControl.h"
+
+int main() {
+    setDriveStraight(1, false);
+    wait(1);
+    setDriveStraight(1, true);
+    wait(1);
+    stop();
+    
+    while(1) {
+    }
+}