The SZ / WakeupLight

Dependencies:   BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Sound.h Source File

Sound.h

00001 #ifndef __Sound_h
00002 #define __Sound_h
00003 
00004 void Sound_Init(void);
00005 void Sound_Play(void);
00006 
00007 #endif