IMU is outputting garbage value to the terminal

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

globals.h

Committer:
michaeljson
Date:
2016-03-15
Revision:
0:3817adfaeb06

File content as of revision 0:3817adfaeb06:

#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