7 lines
158 B
Java
7 lines
158 B
Java
package frc.robot.constants;
|
|
|
|
public class ShooterConstants {
|
|
public static final int K1MotorPWM = 0;
|
|
public static final int K2MotorPWM = 0;
|
|
}
|