Class ButtonBoxServer

java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
io.github.roboblazers7617.buttonbox.ButtonBoxServer
All Implemented Interfaces:
Sendable, Subsystem

public class ButtonBoxServer extends SubsystemBase
Class for robot-side ButtonBox logic.
  • Constructor Details

    • ButtonBoxServer

      public ButtonBoxServer()
      Creates a new ButtonBoxServer.
  • Method Details

    • periodic

      public void periodic()
    • addControl

      public void addControl(Control control)
      Adds a control to the ButtonBoxServer.
      Parameters:
      control - The Control to add to the server.