regler probleme
This commit is contained in:
parent
d3d21a76ba
commit
6bab469561
@ -15,10 +15,10 @@ package frc.robot;
|
|||||||
* constants are needed, to reduce verbosity.
|
* constants are needed, to reduce verbosity.
|
||||||
*/
|
*/
|
||||||
public final class Constants {
|
public final class Constants {
|
||||||
public static final int MoteurAvantGauche = 0;
|
public static final int MoteurAvantGauche = (0);
|
||||||
public static final int MoteurAvantDroit = 1;
|
public static final int MoteurAvantDroit = (0);
|
||||||
public static final int MoteurArriereGauche = 2;
|
public static final int MoteurArriereGauche = (0);
|
||||||
public static final int MoteurArriereDroit = 3;
|
public static final int MoteurArriereDroit = (0);
|
||||||
|
|
||||||
public static final int PistonPousserR = 0;
|
public static final int PistonPousserR = 0;
|
||||||
public static final int PistonPousserF = 1;
|
public static final int PistonPousserF = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user