Add if command, and speed saving

This commit is contained in:
Michael Mikovsky
2025-02-26 15:40:29 -07:00
parent d7765def68
commit eb5dce08df
6 changed files with 117 additions and 29 deletions
@@ -0,0 +1,6 @@
package frc4388.utility;
// A very stupid class to hold the state of the swerve speed setting for a short period of time
public class SlowPeriod {
}