Programme carte strategie (disco)
Dependencies: mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac
Diff: Instruction/Instruction.h
- Revision:
- 29:41e02746041d
- Parent:
- 11:ed13a480ddca
- Child:
- 34:6aa4b46b102e
diff -r acd18776ed2d -r 41e02746041d Instruction/Instruction.h --- a/Instruction/Instruction.h Sat May 27 05:40:26 2017 +0000 +++ b/Instruction/Instruction.h Fri Apr 06 13:47:19 2018 +0000 @@ -1,7 +1,6 @@ #ifndef CRAC_INSTRUCTION #define CRAC_INSTRUCTION -#include "global.h" enum E_InstructionType { @@ -99,7 +98,7 @@ /* Il faut utiliser strcpy(cheminFileStart,"/local/strat.txt"); */ /* pour indiquer le fichier à utiliser */ /****************************************************************************************/ -void loadAllInstruction(void); +void loadAllInstruction( signed char Strategie); /****************************************************************************************/ /* FUNCTION NAME: FileExists */