ESA1 / Mbed 2 deprecated OrientationTracker_mag_offset

Dependencies:   mbed Orientation_tracker X_NUCLEO_IKS01A2

Revision:
19:428ad790bdb3
Parent:
18:ba523ddf9a89
Child:
20:c27bce3cf63b
--- a/main.cpp	Mon May 13 11:45:43 2019 +0000
+++ b/main.cpp	Mon May 13 11:59:00 2019 +0000
@@ -155,7 +155,7 @@
     yaw = magdwick_filter::getYaw();
     
     printf(" Pitch: %.2f\n Roll: %.2f\n, Yaw: %.2f\n", pitch, roll, yaw);
-    
+    printf("Hehehehe");
     wait(0.5);
   }
 }