semaf

Dependencies:   Freetronics_16x2_LCD sd-driver

Fork of HelloWorld_CCA01M1_mbedOS45 by STarks

Revision:
16:5e8108b82891
Parent:
15:3624055fac29
--- a/my_song.h	Mon Jan 22 12:20:32 2018 +0000
+++ b/my_song.h	Fri Jan 26 15:52:57 2018 +0000
@@ -1,9 +1,12 @@
-#define MY_SONG_AUDIO_FREQUENCY 32000
+#define MY_SONG_AUDIO_FREQUENCY 21000
 #define MY_SONG_SIZE            (14679 << 1)
 typedef struct {
-	int16_t ping[4000];
-	int16_t pong[4000];
-int sel ;
+	int16_t ping[9000];
+	int16_t pong[9000];
+int sel;
 int size;
 FILE * fd;
+int ping_r;
+int pong_r;
+
 	}argomento;
\ No newline at end of file