This commit is contained in:
EdwardFaucher
2022-11-14 18:51:31 -05:00
parent 4c00d739a0
commit aaf5c7c033
2 changed files with 5 additions and 1 deletions

View File

@ -12,4 +12,7 @@ package frc.robot;
* <p>It is advised to statically import this class (or one of its inner classes) wherever the
* constants are needed, to reduce verbosity.
*/
public final class Constants {}
public final class Constants {
public static final int PistonPousserR = 0;
public static final int PistonPousserF = 1;
}