Skip to content

Commit

Permalink
updated task message
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Oct 6, 2024
1 parent 2c83626 commit 8023c80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/commands/ServoCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
package frc.robot.commands;

public class ServoCommands {
//TODO: Task 6-Write commands to move the arm up, down, and to a specific preset by taking in an integer value for which preset to select.
//TODO: Task 6-Write commands to move the arm up, down, and to a specific preset. The latter should be done by taking in an integer input.
//The presets are in the constants file.

}

0 comments on commit 8023c80

Please sign in to comment.