carte_strategie_2019

Dependencies:   mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac

Revision:
38:76f886a1c8e6
Parent:
36:6dd30780bd8e
Child:
42:657b6a573e11
--- a/Globals/global.h	Thu May 03 22:35:27 2018 +0000
+++ b/Globals/global.h	Wed May 09 19:36:20 2018 +0000
@@ -26,8 +26,10 @@
 extern Serial pc;
 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 CAN can1;
 extern CAN can2;
@@ -43,7 +45,8 @@
 extern DigitalOut led1,led2,led3,led4;
 extern LCD_DISCO_F469NI lcd;
 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 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