Skip to content

Commit

Permalink
this is stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
amb2127 committed Mar 4, 2024
1 parent 2271aaa commit 623afe8
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ public void runIntakeForShooter() {
}

public void runOuttake() {
if (intakeInputs.hasNote) {
intakeIO.setMotorDutyCycle(-0.8);
} else {
stop();
}
intakeIO.setMotorDutyCycle(-0.8);
}

public void setDutyCycle(double dutyCycle) {
Expand Down

0 comments on commit 623afe8

Please sign in to comment.