From 5960847456c021c42d405f8492045cd2650198ce Mon Sep 17 00:00:00 2001 From: Wesley28w Date: Sat, 18 Apr 2026 18:49:56 -0700 Subject: [PATCH] todo, make the command --- src/main/java/frc/robot/commands/gpm/PowerControl.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/java/frc/robot/commands/gpm/PowerControl.java 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 index 0000000..0c0043d --- /dev/null +++ b/src/main/java/frc/robot/commands/gpm/PowerControl.java @@ -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 +} -- 2.39.5