Skip to content

Commit

Permalink
replaced .set with .stopMotor
Browse files Browse the repository at this point in the history
im convinced ill be switching this in a week
  • Loading branch information
iamawesomecat committed Feb 2, 2024
1 parent e33164d commit 09c8604
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public void configMotors() {

// stop specific motor method
public void stopLauncher() {
launcherTopMotor.set(0);
launcherBottomMotor.set(0);
launcherTopMotor.stopMotor();
launcherBottomMotor.stopMotor();
}

public void shoot() {
Expand Down

0 comments on commit 09c8604

Please sign in to comment.