Noriaki Mitsunaga / Mbed 2 deprecated MIDI_BlueUSB_MIKU

Dependencies:   FatFileSystem mbed

Fork of MIDI_BlueUSB by Radio Junk Box

Committer:
non
Date:
Tue Apr 29 06:01:52 2014 +0000
Revision:
4:cd0d8ce967d8
Parent:
3:31fbce33c25b
Fix issues when it plays a MIDI file which has multi tracks.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
non 2:7576d1327cf1 1 #ifndef __COMMON_H__
non 2:7576d1327cf1 2 #define __COMMON_H__
non 2:7576d1327cf1 3
non 3:31fbce33c25b 4 #define SW1pin p21 // Say "mbed"
non 3:31fbce33c25b 5 #define SW2pin p22 // Play "test.mid" file on local filesystem
non 2:7576d1327cf1 6
non 2:7576d1327cf1 7 extern int GetConsoleChar();
non 2:7576d1327cf1 8 extern bool IsConsoleReadable();
non 2:7576d1327cf1 9 #endif