Basically just figure out the best way to give this data to commands, I think it would be best to create a class that will handle all the io, instantiate it in RobotContainer, and then pass functions as lambas to commands, much like we do with Joysticks.
Basically just figure out the best way to give this data to commands, I think it would be best to create a class that will handle all the io, instantiate it in RobotContainer, and then pass functions as lambas to commands, much like we do with Joysticks.