Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: CRAC-Strat_2019 SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac
Dependents: Codeprincipal_2019 CRAC-Strat_2019
Diff: Robots/StrategieManager.h
- Revision:
- 0:ad97421fb1fb
- Child:
- 1:116040d14164
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Robots/StrategieManager.h Wed Apr 13 22:04:54 2016 +0000 @@ -0,0 +1,12 @@ +#ifndef CRAC_STRATEGIE_MANAGER +#define CRAC_STRATEGIE_MANAGER + +#include "global.h" + +#if ROBOT_TYPE == ROBOT_BIG + #include "Strategie_big.h" +#else + #include "Strategie_small.h" +#endif + +#endif \ No newline at end of file