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

Dependencies:   ClockControl PowerControl mbed

debug.h

Committer:
kayekss
Date:
2014-11-09
Revision:
0:727737138ac5

File content as of revision 0:727737138ac5:

#ifndef DEBUG_H_
#define DEBUG_H_

void checkBuffer();
void dumpInstrumentList();

#endif