Merge remote-tracking branch 'origin/main' into 3-poussoir

This commit is contained in:
EdwardFaucher
2022-11-14 19:43:48 -05:00
3 changed files with 70 additions and 0 deletions

View File

@ -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;
}