Advantage Kit IO - Decatur-Robotics/Common-Library-And-Wiki GitHub Wiki
IO
The IO files are structured as an interface with small methods for different commands that the other files use.
default void setVoltage(double voltage){
}
record subsystemIOData (
Double position,
Double voltage,
Double velocity,
Double torqueAmps,
Double supplyCurrent
){}