Port of http://dev.qu.tu-berlin.de/projects/sf-razor-9dof-ahrs to an mbed, tested with a 9DOF Sensor Stick, SEN-10724

Dependencies:   mbed

Revision:
2:5aa75c3d8cc3
Parent:
1:e27c4c0b71d8
--- a/main.cpp	Wed Dec 28 17:13:14 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#include "Razor_AHRS.h"
-
-int main()
-{
-    IMU imu;
-    imu.setup();
-    while(1)
-        imu.loop();
-        
-    return 0;
-}