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:
26:b7967815bb7d
Parent:
24:1a13c998c7ac
Child:
29:ff575aff301f
--- a/Globals/global.h	Wed Jul 08 08:23:28 2020 +0000
+++ b/Globals/global.h	Wed Jul 08 08:47:26 2020 +0000
@@ -10,7 +10,7 @@
 #include <DirHandle.h>
 #include "SDFileSystem.h"
 #include "conv_data.h"
-
+#include "LiaisonBluetooth.h"
 #include "Instruction.h"
 #include "Strategie.h"
 #include "lecture_repertoire.h"
@@ -46,7 +46,12 @@
 extern char cheminFileStart[SIZE+8]; //Le chemin du fichier de strat, utiliser strcpy(cheminFileStart,"/local/strat.txt");
 extern short SCORE_GLOBAL;
 extern short SCORE_PR, SCORE_GR;
-
+extern Serial rn42_Tx;
+extern Serial rn42_Rx;
+extern Serial rn42_pr;
+extern LiaisonBluetooth liaison_Tx;
+extern LiaisonBluetooth liaison_Rx;
+extern LiaisonBluetooth liaison_pr;
 extern struct S_Instruction strat_instructions[SIZE_BUFFER_FILE]; //La liste des instruction chargé en mémoire
 extern unsigned char nb_instructions; //Le nombre d'instruction dans le fichier de strategie
 extern unsigned char actual_instruction;//La ligne de l'instruction en cours d'execution