mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
extending and retracting buttons
x and y using percenoutput
This commit is contained in:
@@ -82,6 +82,15 @@ public class IntakeReal implements IntakeIO {
|
||||
public void stopArm(){
|
||||
m_armMotor.set(0);
|
||||
}
|
||||
@Override
|
||||
public void armExtend(double percentOutput){
|
||||
m_armMotor.set(percentOutput);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void armRetract(double percentOutput){
|
||||
m_armMotor.set(percentOutput);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateInputs(IntakeState state) {
|
||||
|
||||
Reference in New Issue
Block a user