Started changing intake class from spark max to talon; Not done limit switch or robot container stuff; (im actually tweakin)

This commit is contained in:
Abhishrek05
2024-02-20 00:46:44 -07:00
parent 1032edbf4c
commit 1955885124
3 changed files with 100 additions and 13 deletions
@@ -28,8 +28,8 @@ public class ArmIntakeIn extends Command {
// Called every time the scheduler runs while the command is scheduled.
@Override
public void execute() {
robotIntake.pidOut();
robotIntake.spinIntakeMotor();
robotIntake.talonPIDOut();
robotIntake.talonSpinIntakeMotor();
}
// Called once the command ends or is interrupted.