Skip to content

Commit

Permalink
bad motor
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 committed Apr 12, 2024
1 parent cb206c9 commit 4fa5ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class RightLifterSubsystem extends SubsystemBase {

/** Creates a new LifterSubsystem. */
public RightLifterSubsystem() {
m_right = new CANSparkMax(CANConstants.MOTORLIFTERRIGHTID, CANSparkMax.MotorType.kBrushless);
m_right = new CANSparkMax(CANConstants.MOTORLIFTERRIGHTID, CANSparkMax.MotorType.kBrushed);
m_right.setIdleMode(CANSparkMax.IdleMode.kBrake);
m_right.setSmartCurrentLimit(60);
m_right.burnFlash();
Expand Down

0 comments on commit 4fa5ef4

Please sign in to comment.