Class of MPU9250

Dependencies:   AHRS_fillter mbed

Fork of MPU9250AHRS by BE@R lab

Revision:
8:928673148b55
Parent:
6:5665d427bceb
--- a/main.cpp	Wed Jan 20 02:36:32 2016 +0000
+++ b/main.cpp	Wed Jan 20 02:42:22 2016 +0000
@@ -64,5 +64,7 @@
 
     while(1) {
         mpu9250.Run();
+        
+        mpu9250.PrintRollPitchYaw();
     }
 }