2023-02-06 19:24:26 -05:00
|
|
|
package frc.robot;
|
|
|
|
|
|
|
|
public class Constants {
|
|
|
|
public static int avantdroit = 0;
|
|
|
|
public static int avantgauche = 1;
|
|
|
|
public static int arrieredroit = 2;
|
|
|
|
public static int arrieregauche = 3;
|
2023-02-08 19:17:08 -05:00
|
|
|
<<<<<<< HEAD
|
2023-02-08 20:17:08 -05:00
|
|
|
<<<<<<< HEAD
|
|
|
|
=======
|
2023-02-08 19:55:20 -05:00
|
|
|
public static int leverGratte = 0;
|
|
|
|
public static int baisserGratte = 1;
|
2023-02-08 20:17:08 -05:00
|
|
|
>>>>>>> Gratte
|
2023-02-08 19:04:28 -05:00
|
|
|
// pneumatique
|
|
|
|
public static int pistonpinceouvre = 0;
|
|
|
|
public static int pistonpinceferme = 1;
|
2023-02-08 19:55:20 -05:00
|
|
|
// DIO
|
|
|
|
public static int limitbd = 0;
|
|
|
|
public static int limitbg = 2;
|
|
|
|
public static int limithd = 3;
|
|
|
|
public static int limithg = 1;
|
|
|
|
|
2023-02-08 19:04:28 -05:00
|
|
|
|
2023-02-08 19:17:08 -05:00
|
|
|
=======
|
2023-02-08 19:14:03 -05:00
|
|
|
<<<<<<< HEAD
|
2023-02-08 19:13:50 -05:00
|
|
|
public static int BrasTelescopique = 5;
|
2023-02-08 19:17:08 -05:00
|
|
|
>>>>>>> a6d29dff41c9186a3dd56354d6416a625159f366
|
2023-02-06 19:24:26 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-02-08 20:17:08 -05:00
|
|
|
<<<<<<< HEAD
|
2023-02-06 19:24:26 -05:00
|
|
|
|
2023-02-08 19:14:03 -05:00
|
|
|
=======
|
2023-02-08 18:54:01 -05:00
|
|
|
public static int actuateur = 4;
|
2023-02-08 19:14:03 -05:00
|
|
|
>>>>>>> 91d5a71d52bad9fc56b40c68d78207113e16cd21
|
2023-02-08 20:17:08 -05:00
|
|
|
=======
|
2023-02-08 19:16:36 -05:00
|
|
|
public static int actuateur = 4;
|
2023-02-08 20:17:08 -05:00
|
|
|
>>>>>>> Gratte
|
2023-02-06 19:24:26 -05:00
|
|
|
}
|