Skip to content

Commit

Permalink
update the code to use rio instead of canivore
Browse files Browse the repository at this point in the history
woopers6 committed Jan 30, 2025
1 parent 01baa54 commit 6ef255e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@ public static class Drive {
}

public static class LiftHardware {
public static final TalonFX.ID ELEVATOR_MOTOR_ID = new TalonFX.ID("LiftHardware/Elevator", PhoenixCANBus.CANIVORE, 4);
public static final TalonFX.ID PIVOT_MOTOR_ID = new TalonFX.ID("LiftHardware/Pivot", PhoenixCANBus.CANIVORE, 5);
public static final TalonFX.ID ELEVATOR_MOTOR_ID = new TalonFX.ID("LiftHardware/Elevator", PhoenixCANBus.RIO, 4);
public static final TalonFX.ID PIVOT_MOTOR_ID = new TalonFX.ID("LiftHardware/Pivot", PhoenixCANBus.RIO, 5);
public static final Distance SPROCKET_PITCH_RADIUS = Inches.of((1.751)/(2.0));
public static final LimitSwitch.ID ELEVATOR_HOMING_BEAM_BREAK_PORT = new LimitSwitch.ID("LiftHardware/HomingSwitch", 0);
}

0 comments on commit 6ef255e

Please sign in to comment.