Bop-It Game

Dependencies:   TextLCD mbed ADXL345 VS1053b

defines.h

Committer:
jdumond3
Date:
2011-10-19
Revision:
0:d16ac399135a

File content as of revision 0:d16ac399135a:

#ifndef _DEFINES_H
#define _DEFINES_H

// ----------------------------------------------------------------------------
//   debug output
// ----------------------------------------------------------------------------
#define DEBUG

#ifdef DEBUG
#  define DEBUGOUT(x,y...)                printf(x, ##y);
#else
#  define DEBUGOUT(x,y...)
#endif

// ----------------------------------------------------------------------------
//   VLSI VS1053b library
// ----------------------------------------------------------------------------
#define VS1053_PATCH_1_5_FLAC


#endif