Bop-It Game

Dependencies:   TextLCD mbed ADXL345 VS1053b

Revision:
0:d16ac399135a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/defines.h	Wed Oct 19 18:04:48 2011 +0000
@@ -0,0 +1,21 @@
+#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