PlaySFX (sound effect from Flash) example

Dependencies:   PokittoLib

My_settings.h

Committer:
Pokitto
Date:
2019-04-05
Revision:
19:64f88ef5ef07
Parent:
18:b5f252ba0083

File content as of revision 19:64f88ef5ef07:


#ifndef MY_SETTINGS_H
#define MY_SETTINGS_H

#define PROJ_ENABLE_SOUND 1     // 0 = all sound functions disabled
#define PROJ_STREAMING_MUSIC 1
//#define PROJ_HIGH_RAM HIGH_RAM_MUSIC // put music buffers in SRAM1/2
//#define PROJ_SDFS_STREAMING
#define PROJ_AUD_FREQ 8000
//
#define PROJ_BUTTONS_POLLING_ONLY //use only polling (no interrupts) for buttons

#endif