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: mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac
Diff: Robots/Strategie_small.cpp
- Revision:
- 7:dcce34c7e06e
- Parent:
- 5:dcd817534b57
- Child:
- 9:d0042422d95a
diff -r eddfa414fd11 -r dcce34c7e06e Robots/Strategie_small.cpp --- a/Robots/Strategie_small.cpp Mon Apr 25 10:59:22 2016 +0000 +++ b/Robots/Strategie_small.cpp Tue Apr 26 15:30:54 2016 +0000 @@ -108,6 +108,9 @@ case 2: strcpy(cheminFileStart,"/local/strat2.txt"); return FileExists(cheminFileStart); + case 3: + strcpy(cheminFileStart,"/local/strat3.txt"); + return FileExists(cheminFileStart); default: strcpy(cheminFileStart,"/local/strat.txt"); return 0;