You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
The userinterface class is primarily used to abstract the details of the (logitech) controllers from the rest of the robot. Since the Joystick class of wpilib is intended to be subclassed, a Logitech class should be created that subclasses Joystick.
The userinterface class would then reference objects from this class, or the userinterface class will be removed altogether if it is no longer useful.
The text was updated successfully, but these errors were encountered:
The userinterface class is primarily used to abstract the details of the (logitech) controllers from the rest of the robot. Since the Joystick class of wpilib is intended to be subclassed, a Logitech class should be created that subclasses Joystick.
The userinterface class would then reference objects from this class, or the userinterface class will be removed altogether if it is no longer useful.
The text was updated successfully, but these errors were encountered: