mp3 play, wait and sync by semaphore *player thread *volume control thread
Dependencies: mbed VS1053-Semaphore VS1053b
Thread_mp3/defines.h
- Committer:
- takashikojo
- Date:
- 2012-03-19
- Revision:
- 0:5c606d6342db
File content as of revision 0:5c606d6342db:
#ifndef _DEFINES_H #define _DEFINES_H // ---------------------------------------------------------------------------- // debug output // ---------------------------------------------------------------------------- // #define DEBUG #ifdef DEBUG # define DEBUGOUT(x,y...) printf(x, ##y); #else # define DEBUGOUT(x,y...) #endif // ---------------------------------------------------------------------------- // VLSI VS1053b library // ---------------------------------------------------------------------------- #define VS1053_PATCH_1_5_FLAC #endif