IMU is outputting garbage value to the terminal

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

Committer:
michaeljson
Date:
Tue Mar 15 19:09:51 2016 +0000
Revision:
0:3817adfaeb06
Upload Mbed Space Invader version 1.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
michaeljson 0:3817adfaeb06 1 #ifndef GLOBAL_H
michaeljson 0:3817adfaeb06 2 #define GLOBAL_H
michaeljson 0:3817adfaeb06 3
michaeljson 0:3817adfaeb06 4 #ifndef ULCD_4DGL_H_
michaeljson 0:3817adfaeb06 5 #define ULCD_4DGL_H_
michaeljson 0:3817adfaeb06 6 #include "uLCD_4DGL.h"
michaeljson 0:3817adfaeb06 7 #endif
michaeljson 0:3817adfaeb06 8
michaeljson 0:3817adfaeb06 9 // === [global object] ===
michaeljson 0:3817adfaeb06 10 extern uLCD_4DGL uLCD;
michaeljson 0:3817adfaeb06 11
michaeljson 0:3817adfaeb06 12 // === [global settings] ===
michaeljson 0:3817adfaeb06 13 #define BACKGROUND_COLOR 0x000000
michaeljson 0:3817adfaeb06 14
michaeljson 0:3817adfaeb06 15 #endif //GLOBAL_H