Merge remote-tracking branch 'origin/main' into 3-poussoir
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
package frc.robot;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* The Constants class provides a convenient place for teams to hold robot-wide numerical or boolean
|
||||
* constants. This class should not be used for any other purpose. All constants should be declared
|
||||
@ -15,4 +17,6 @@ package frc.robot;
|
||||
public final class Constants {
|
||||
public static final int PistonPousserR = 0;
|
||||
public static final int PistonPousserF = 1;
|
||||
public static final int pistonQuiShakef = 0;
|
||||
public static final int pistonQuiShakeb = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user