fyghj
This commit is contained in:
parent
bd442f1d1b
commit
0a082546b1
13
src/main/java/frc/robot/Constants.java
Normal file
13
src/main/java/frc/robot/Constants.java
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user