ident leo

Dependents:   carte_straegie_2019 Carte_Pompe_V2 carte_esclave201_petit_rob CRAC-Strat_2019 ... more

ID CAN 2019

Revision:
6:660ff744e474
Parent:
5:814655faf4e9
Child:
7:0f2bf3ae774d
Child:
8:a85881bd535b
--- a/ident_crac.h	Wed May 22 15:45:10 2019 +0000
+++ b/ident_crac.h	Wed May 22 20:07:22 2019 +0000
@@ -2,7 +2,7 @@
 #define CRAC_IDENTH
  
 //------------------------------------sellection Robot---------------------
-//#define ROBOT_BIG //Si commenté Petit Robot,  si Décommenter Gros Robot
+#define ROBOT_BIG //Si commenté Petit Robot,  si Décommenter Gros Robot
 
 #ifndef ROBOT_BIG       //  !!!!!!!! ne pas commenter
     #define ROBOT_SMALL //  !!!!!!!! ne pas commenter
@@ -277,19 +277,20 @@
 
 #define HACHEUR_ID_COUROIES 0x600  //data 0 : 1 ou 0 allumer éteindre
 
-#define AV_BAS      0 
-#define AV_DROIT    1
-#define AV_CENTRE   2
-#define AV_GAUCHE   3
+#define AV_DROIT    0
+#define AV_CENTRE   1
+#define AV_GAUCHE   2
+#define AV_BAS      3 
 
-#define AR_BAS      4
-#define AR_DROIT    5
-#define AR_CENTRE   6
-#define AR_GAUCHE   7
+#define AR_DROIT    4
+#define AR_CENTRE   5
+#define AR_GAUCHE   6
+#define AR_BAS      7
 
+/*
 #define PGR_DROIT    0
 #define PGR_CENTRE   1
-#define PGR_GAUCHE   2
+#define PGR_GAUCHE   2*/
 
 
 ////////////////////////////////////////////////////////////////////////////////