semaf

Dependencies:   Freetronics_16x2_LCD sd-driver

Fork of HelloWorld_CCA01M1_mbedOS45 by STarks

my_song.h

Committer:
vidica94
Date:
2018-01-26
Revision:
16:5e8108b82891
Parent:
15:3624055fac29

File content as of revision 16:5e8108b82891:

#define MY_SONG_AUDIO_FREQUENCY 21000
#define MY_SONG_SIZE            (14679 << 1)
typedef struct {
	int16_t ping[9000];
	int16_t pong[9000];
int sel;
int size;
FILE * fd;
int ping_r;
int pong_r;

	}argomento;