Programme carte strategie (disco)

Dependencies:   mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac

Revision:
38:76f886a1c8e6
Parent:
34:6aa4b46b102e
--- a/Instruction/Instruction.h	Thu May 03 22:35:27 2018 +0000
+++ b/Instruction/Instruction.h	Wed May 09 19:36:20 2018 +0000
@@ -10,7 +10,8 @@
     MV_XYT,         // X -> Aller à
     MV_RECALAGE,    // R -> Recalage bordure
     ACTION,         // A -> Action
-    UNKNOWN         // Erreur, instruction inconnue
+    UNKNOWN,        // Erreur, instruction inconnue
+    POSITION_DEBUT  //P
 };
 enum E_InstructionDirection
 {