IMU is outputting garbage value to the terminal

Dependencies:   mbed wave_player mbed-rtos 4DGL-uLCD-SE SDFileSystem

Revision:
0:3817adfaeb06
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/globals.h	Tue Mar 15 19:09:51 2016 +0000
@@ -0,0 +1,15 @@
+#ifndef GLOBAL_H
+#define GLOBAL_H
+
+#ifndef ULCD_4DGL_H_
+#define ULCD_4DGL_H_
+#include "uLCD_4DGL.h"
+#endif
+
+// === [global object] ===
+extern uLCD_4DGL uLCD;
+
+// === [global settings] ===
+#define BACKGROUND_COLOR 0x000000
+
+#endif //GLOBAL_H
\ No newline at end of file