Programme carte strategie (disco)
Dependencies: mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac
Diff: Robots/StrategieManager.h
- Revision:
- 4:88431b537477
- Parent:
- 1:116040d14164
- Child:
- 9:d0042422d95a
--- a/Robots/StrategieManager.h Sun Apr 17 08:31:59 2016 +0000 +++ b/Robots/StrategieManager.h Sun Apr 17 14:03:03 2016 +0000 @@ -21,4 +21,11 @@ /****************************************************************************************/ void initRobot(void); +/****************************************************************************************/ +/* FUNCTION NAME: SelectStrategy */ +/* DESCRIPTION : Charger le fichier de stratégie correspondante à un id */ +/* RETURN : 0=> Erreur, 1=> OK si le fichier existe */ +/****************************************************************************************/ +int SelectStrategy(unsigned char id); + #endif \ No newline at end of file