Update Constants.java

This commit is contained in:
‮Zach Wilke
2022-01-15 13:36:01 -07:00
parent 1e27851fe5
commit 738d9271d1
@@ -73,6 +73,11 @@ public final class Constants {
public static final LEDPatterns DEFAULT_PATTERN = LEDPatterns.FOREST_WAVES;
}
public static final class ClimberConstants {
/* TODO: Update motor IDS */
public static final int MOTOR_1_ID = -1;
public static final int MOTOR_2_ID = -1;
}
/**
* The OIConstants class contains the ID for the XBox controllers
*/