Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
Merge pull request #22 from OakvilleDynamics/Conveyor_Fix_TESTING
Browse files Browse the repository at this point in the history
Conveyor Belt Motor Direction Change
  • Loading branch information
garrettsummerfi3ld authored Feb 21, 2024
2 parents 48c5123 + 0941187 commit 31c7a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static class MechanismConstants {
// Conveyor Motors
public static final int CONVEYOR_MOTOR_1 = 1;
public static final int CONVEYOR_MOTOR_2 = 2;
public static final boolean CONVEYOR_MOTOR_1_INVERTED = false;
public static final boolean CONVEYOR_MOTOR_1_INVERTED = true;
public static final boolean CONVEYOR_MOTOR_2_INVERTED = true;
public static final double CONVEYOR_MOTOR_SPEED = 0.30;
}
Expand Down

0 comments on commit 31c7a71

Please sign in to comment.