after portland changes

This commit is contained in:
2026-03-14 19:11:29 -04:00
parent 47606ade0f
commit a8833aaf5b
16 changed files with 354 additions and 49 deletions

View File

@@ -59,5 +59,12 @@ public class Spindexer extends SubsystemBase {
feederMotor.set(0);
});
}
public Command instantaneousStop() {
return runOnce(() -> {
spindexerMotor.setControl(spindexerMotorOutput.withOutput(0));
feederMotor.set(0);
});
}
}