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

Dependencies:   ClockControl PowerControl mbed

parser.h

Committer:
kayekss
Date:
2014-12-23
Revision:
6:cda45a5e723e
Parent:
0:727737138ac5

File content as of revision 6:cda45a5e723e:

#ifndef PARSER_H_
#define PARSER_H_

#include "RingBuffer.h"

void parseMessage(RingBuffer<char>&);
uint32_t extractSysExMessage(RingBuffer<char>&, char*);

#endif