STarks / Mbed OS HelloWorld_CCA01M1_mbedOS45

Dependencies:   Freetronics_16x2_LCD

Fork of HelloWorld_CCA01M1_mbedOS by vincenzo di capua

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers my_song.h Source File

my_song.h

00001 #define MY_SONG_AUDIO_FREQUENCY 32000
00002 #define MY_SONG_SIZE            (14679 << 1)
00003 typedef struct {
00004     int16_t ping[4000];
00005     int16_t pong[4000];
00006 int sel ;
00007 int size;
00008 FILE * fd;
00009     }argomento;