Skip to content

Advantage Kit IO

logan1102 edited this page Jan 8, 2026 · 5 revisions

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
   ){}

Clone this wiki locally