Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem mbed
Fork of MIDI_BlueUSB by
common.h@4:cd0d8ce967d8, 2014-04-29 (annotated)
- 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?
User | Revision | Line number | New 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 |