From d7f0f34e680e32164fa4da10ad6dd81754d87156 Mon Sep 17 00:00:00 2001 From: ss0g <55930267+ss0g@users.noreply.github.com> Date: Wed, 12 Jan 2022 17:56:59 -0800 Subject: [PATCH] Camden is so cool. --- .wpilib/wpilib_preferences.json | 2 +- .../java/com/spartronics4915/frc/commands/ExampleCommand.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.wpilib/wpilib_preferences.json b/.wpilib/wpilib_preferences.json index 2cfd6b0..0c0cdda 100644 --- a/.wpilib/wpilib_preferences.json +++ b/.wpilib/wpilib_preferences.json @@ -3,4 +3,4 @@ "currentLanguage": "java", "projectYear": "2021", "teamNumber": 4915 -} +} \ No newline at end of file diff --git a/src/main/java/com/spartronics4915/frc/commands/ExampleCommand.java b/src/main/java/com/spartronics4915/frc/commands/ExampleCommand.java index 6643627..4796a87 100644 --- a/src/main/java/com/spartronics4915/frc/commands/ExampleCommand.java +++ b/src/main/java/com/spartronics4915/frc/commands/ExampleCommand.java @@ -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.