akkera 102
/
apuplay
SPC music playback tools for real snes apu
main.cpp
- Committer:
- akkera102
- Date:
- 2017-01-13
- Revision:
- 3:b845c0cf715a
- Parent:
- 2:62e6e22f8be2
- Child:
- 5:37f42381cca9
File content as of revision 3:b845c0cf715a:
#include "mbed.h" #include "cmd.h" Serial pc(USBTX, USBRX); LocalFileSystem local("local"); int main(void) { for(;;) { // playlist cmd("/local/ct-102a.spc"); /* cmd("/local/2.spc"); cmd("/local/3.spc"); cmd("/local/4.spc"); cmd("/local/5.spc"); cmd("/local/6.spc"); */ } }