Skip to content

Commit

Permalink
Elevator subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
STMA Robotics authored and STMA Robotics committed Jan 30, 2024
1 parent b344128 commit 3f9b3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/elevatorSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* project.
*/
public class elevatorSubsystem extends TimedRobot {
private final TalonFX m_fx = new TalonFX(1, "canivore");
private final TalonFX m_fx = new TalonFX(0, "canivore");
private final TalonFX m_fx2 = new TalonFX(1, "canivore");
private final MotionMagicVoltage m_mmReq = new MotionMagicVoltage(0);
private final XboxController m_joystick = new XboxController(0);
Expand Down

0 comments on commit 3f9b3d6

Please sign in to comment.