EA BaseBoard, playing wav, PC see\'s SD-card through USB port.

Dependencies:   mbed

Committer:
Lerche
Date:
Tue Nov 22 05:45:58 2011 +0000
Revision:
0:fef366d2ed20
Thanks to those who provided EA_WavPlayer and USB_MSC

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Lerche 0:fef366d2ed20 1 //#define DEBUG
Lerche 0:fef366d2ed20 2
Lerche 0:fef366d2ed20 3 #ifdef DEBUG
Lerche 0:fef366d2ed20 4 #define DBG(...) printf("dbg:" __VA_ARGS__)
Lerche 0:fef366d2ed20 5 #else
Lerche 0:fef366d2ed20 6 #define DBG(...)
Lerche 0:fef366d2ed20 7 #endif