NuMaker audio playback

main.cpp

Committer:
ccli8
Date:
2017-03-03
Revision:
0:dcb5b9e65fe4
Child:
1:c3f10403b3db

File content as of revision 0:dcb5b9e65fe4:

#include "mbed.h"

// main() runs in its own thread in the OS
// (note the calls to wait below for delays)
int main() {
    // TO BE EXTENDED
    
    return 0;
}