mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Encoder Fix code to test
This commit is contained in:
@@ -111,6 +111,11 @@ public class IntakeReal implements IntakeIO {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void armFix(double percentOutput) {
|
||||
m_armMotor.set(percentOutput);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateInputs(IntakeState state) {
|
||||
m_encoder.update();
|
||||
|
||||
Reference in New Issue
Block a user