Programme carte strategie (disco)

Dependencies:   mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac

Revision:
38:76f886a1c8e6
Parent:
34:6aa4b46b102e
diff -r fca332b64b42 -r 76f886a1c8e6 Instruction/Instruction.cpp
--- 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;
     }    
 }