code de la carte IHM avant les bugs et avant le travail effectué avec Melchior

Dependencies:   mbed SerialHalfDuplex SDFileSystem liaison_Bluetooth ident_crac DISCO-F469NI_portrait

Revision:
10:1964bb91b925
Parent:
8:50afdde4f5bc
Child:
12:227c15c7ebe6
Child:
14:6aa8aa1699ad
--- a/Debug/debug.cpp	Mon Feb 10 08:07:17 2020 +0000
+++ b/Debug/debug.cpp	Tue Mar 03 16:41:33 2020 +0000
@@ -1,6 +1,13 @@
 #include "global.h"
 
-
+//debug audio
+void Debug_Audio(unsigned char repertoire, unsigned char track){
+    unsigned char data[3];
+    data[0]=0x01;
+    data[1]=repertoire;
+    data[2]=track;
+    SendMsgCan(SOMO, data,3);
+}
 //azezaea
 
 void debug_Instruction(struct S_Instruction instruction)