mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
Update Intake.java
This commit is contained in:
@@ -21,4 +21,12 @@ public class Intake extends SubsystemBase {
|
||||
public void runWithTriggers(double leftTrigger, double rightTrigger){
|
||||
|
||||
}
|
||||
|
||||
public void runIntake(double input) {
|
||||
m_intakeMotor.set(input);
|
||||
}
|
||||
|
||||
Public vod runExtender(double input) {
|
||||
m_extenderMotor.set(input);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user