AHRS with RTOS

Dependencies:   AHRS mbed-rtos mbed

Fork of RazorAHRS by Luke Petre

Revision:
0:9a72d42c0da3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Dec 27 17:20:06 2011 +0000
@@ -0,0 +1,11 @@
+#include "Razor_AHRS.h"
+
+int main()
+{
+    IMU imu;
+    imu.setup();
+    while(1)
+        imu.loop();
+        
+    return 0;
+}