semaf

Dependencies:   Freetronics_16x2_LCD sd-driver

Fork of HelloWorld_CCA01M1_mbedOS45 by STarks

Committer:
vidica94
Date:
Mon Jan 22 12:20:32 2018 +0000
Revision:
15:3624055fac29
Parent:
0:8d09369ca839
Child:
16:5e8108b82891
con i thread

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nikapov 0:8d09369ca839 1 #define MY_SONG_AUDIO_FREQUENCY 32000
nikapov 0:8d09369ca839 2 #define MY_SONG_SIZE (14679 << 1)
vidica94 15:3624055fac29 3 typedef struct {
vidica94 15:3624055fac29 4 int16_t ping[4000];
vidica94 15:3624055fac29 5 int16_t pong[4000];
vidica94 15:3624055fac29 6 int sel ;
vidica94 15:3624055fac29 7 int size;
vidica94 15:3624055fac29 8 FILE * fd;
vidica94 15:3624055fac29 9 }argomento;