qwerty
This commit is contained in:
@ -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 pistonQuiShakef = 0;
|
||||
public static final int pistonQuiShakeb = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user