mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
talon intake
This commit is contained in:
@@ -148,6 +148,17 @@ public class Intake extends SubsystemBase {
|
||||
return r;
|
||||
}
|
||||
|
||||
public void talonSetPivotEncoderPosition(int val) {
|
||||
talonPivot.setPosition(val);
|
||||
}
|
||||
|
||||
public void talonStopIntakeMotors() {
|
||||
talonIntake.set(0);
|
||||
}
|
||||
|
||||
public void talonStopArmMotor() {
|
||||
talonPivot.set(0);
|
||||
}
|
||||
|
||||
|
||||
// ! NEO Methods
|
||||
|
||||
Reference in New Issue
Block a user