Limit Switch

This commit is contained in:
Michael Mikovsky
2026-02-14 10:55:51 -08:00
parent 0425cdd0a1
commit 8381ac4607
8 changed files with 89 additions and 66 deletions
@@ -78,6 +78,10 @@ public class IntakeReal implements IntakeIO {
// PositionDutyCycle posRequest = new PositionDutyCycle(motorTargetAngle);
m_armMotor.setControl(armPosition.withPosition(motorAngle));
}
@Override
public void stopArm(){
m_armMotor.set(0);
}
@Override
public void updateInputs(IntakeState state) {