PlaySFX (sound effect from Flash) example

Dependencies:   PokittoLib

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers My_settings.h Source File

My_settings.h

00001 
00002 #ifndef MY_SETTINGS_H
00003 #define MY_SETTINGS_H
00004 
00005 #define PROJ_ENABLE_SOUND 1     // 0 = all sound functions disabled
00006 #define PROJ_STREAMING_MUSIC 1
00007 //#define PROJ_HIGH_RAM HIGH_RAM_MUSIC // put music buffers in SRAM1/2
00008 //#define PROJ_SDFS_STREAMING
00009 #define PROJ_AUD_FREQ 8000
00010 //
00011 #define PROJ_BUTTONS_POLLING_ONLY //use only polling (no interrupts) for buttons
00012 
00013 #endif