Skip to content

Commit

Permalink
Camden is so cool.
Browse files Browse the repository at this point in the history
  • Loading branch information
ss0g committed Jan 13, 2022
1 parent 2dddd13 commit d7f0f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .wpilib/wpilib_preferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"currentLanguage": "java",
"projectYear": "2021",
"teamNumber": 4915
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public ExampleCommand(ExampleSubsystem subsystem)
// Called when the command is initially scheduled.
@Override
public void initialize() {
mExampleSubsystem.startTestMotor(0.3);
mExampleSubsystem.startTestMotor(1);
}

// Called every time the scheduler runs while the command is scheduled.
Expand Down

0 comments on commit d7f0f34

Please sign in to comment.