semaf

Dependencies:   Freetronics_16x2_LCD sd-driver

Fork of HelloWorld_CCA01M1_mbedOS45 by STarks

Committer:
vidica94
Date:
Fri Jan 26 15:52:57 2018 +0000
Revision:
16:5e8108b82891
Parent:
15:3624055fac29
wsdfghj

Who changed what in which revision?

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