Merge remote-tracking branch 'origin/main' into 3-poussoir
This commit is contained in:
@ -15,6 +15,11 @@ package frc.robot;
|
||||
* constants are needed, to reduce verbosity.
|
||||
*/
|
||||
public final class Constants {
|
||||
public static final int MoteurAvantGauche = (0);
|
||||
public static final int MoteurAvantDroit = (0);
|
||||
public static final int MoteurArriereGauche = (0);
|
||||
public static final int MoteurArriereDroit = (0);
|
||||
|
||||
public static final int PistonPousserR = 0;
|
||||
public static final int PistonPousserF = 1;
|
||||
public static final int pistonQuiShakef = 0;
|
||||
|
Reference in New Issue
Block a user