12-polyphonic "chiptune" MIDI synthesizer for LPC1768 (Standalone version)

Dependencies:   ClockControl PowerControl mbed

Revision:
0:727737138ac5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debug.h	Sun Nov 09 08:00:33 2014 +0000
@@ -0,0 +1,7 @@
+#ifndef DEBUG_H_
+#define DEBUG_H_
+
+void checkBuffer();
+void dumpInstrumentList();
+
+#endif