mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 08:48:03 -06:00
last sataurday's changes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package frc4388.utility.Configurable;
|
||||
|
||||
public abstract class Configurable {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package frc4388.utility.Configurable;
|
||||
|
||||
public class ConfigurableDouble {
|
||||
}
|
||||
@@ -6,6 +6,10 @@ public class UtilityStructs {
|
||||
public double leftY = 0.0;
|
||||
public double rightX = 0.0;
|
||||
public double rightY = 0.0;
|
||||
|
||||
public boolean OPLB;
|
||||
public boolean OPRB;
|
||||
|
||||
|
||||
public long timedOffset = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user