Sample application for vs1053b library (rev. lkw4hi)

Dependencies:   mbed

Committer:
christi_s
Date:
Wed Jan 12 18:42:46 2011 +0000
Revision:
2:8ef1e4409f20
Parent:
1:62552e038f69
update for library rev. lkw4hi

Who changed what in which revision?

UserRevisionLine numberNew contents of line
christi_s 1:62552e038f69 1 #ifndef _DEFINES_H
christi_s 1:62552e038f69 2 #define _DEFINES_H
christi_s 1:62552e038f69 3
christi_s 1:62552e038f69 4 // ----------------------------------------------------------------------------
christi_s 1:62552e038f69 5 // debug output
christi_s 1:62552e038f69 6 // ----------------------------------------------------------------------------
christi_s 1:62552e038f69 7 #define DEBUG
christi_s 1:62552e038f69 8
christi_s 1:62552e038f69 9 #ifdef DEBUG
christi_s 1:62552e038f69 10 # define DEBUGOUT(x,y...) printf(x, ##y);
christi_s 1:62552e038f69 11 #else
christi_s 1:62552e038f69 12 # define DEBUGOUT(x,y...)
christi_s 1:62552e038f69 13 #endif
christi_s 1:62552e038f69 14
christi_s 1:62552e038f69 15 // ----------------------------------------------------------------------------
christi_s 1:62552e038f69 16 // VLSI VS1053b library
christi_s 1:62552e038f69 17 // ----------------------------------------------------------------------------
christi_s 1:62552e038f69 18 #define VS1053_PATCH_1_5_FLAC
christi_s 1:62552e038f69 19
christi_s 1:62552e038f69 20
christi_s 1:62552e038f69 21 #endif