]> git.taranathan.com Git - FRC2026.git/commitdiff
todo, make the command
authorWesley28w <wesleycwong@gmail.com>
Sun, 19 Apr 2026 01:49:56 +0000 (18:49 -0700)
committerWesley28w <wesleycwong@gmail.com>
Sun, 19 Apr 2026 01:49:56 +0000 (18:49 -0700)
src/main/java/frc/robot/commands/gpm/PowerControl.java [new file with mode: 0644]

diff --git a/src/main/java/frc/robot/commands/gpm/PowerControl.java b/src/main/java/frc/robot/commands/gpm/PowerControl.java
new file mode 100644 (file)
index 0000000..0c0043d
--- /dev/null
@@ -0,0 +1,8 @@
+package frc.robot.commands.gpm;
+
+import edu.wpi.first.wpilibj2.command.Command;
+
+public class PowerControl extends Command {
+    // TODO
+    // should be the thing that adjusts current for each subsystem
+}