imu rev1

Dependencies:   IMUfilter mbed

Fork of AIviate by UCLA IEEE

Files at this revision

API Documentation at this revision

Comitter:
teamgoat
Date:
Wed Oct 30 22:51:33 2013 +0000
Parent:
0:0c627ff4c5ed
Child:
2:452dd766d212
Commit message:
minor updates; ;

Changed in this revision

control.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/control.cpp	Wed Oct 30 02:31:43 2013 +0000
+++ b/control.cpp	Wed Oct 30 22:51:33 2013 +0000
@@ -13,12 +13,13 @@
 
 int main()
 {
-    init_procs();
+    /*init_procs();
     while (true)
     {
         get_sensor_data();
         schedule();
-    }
+    }*/
+    get_sensor_data();
 }
 
 void init_procs()