carte_strategie_2019
Dependencies: mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac
Diff: Instruction/Instruction.cpp
- Revision:
- 38:76f886a1c8e6
- Parent:
- 34:6aa4b46b102e
- Child:
- 67:96f914f92d2d
--- a/Instruction/Instruction.cpp Thu May 03 22:35:27 2018 +0000 +++ b/Instruction/Instruction.cpp Wed May 09 19:36:20 2018 +0000 @@ -17,6 +17,7 @@ case 'X': return MV_XYT; case 'R': return MV_RECALAGE; case 'A': return ACTION; + case 'P': return POSITION_DEBUT; default: return UNKNOWN; } }