Closed docprofsky closed 7 years ago
This will probably involve making an EnhancedJoystick class (enhanced to differentiate from the WPILib Joystick class), moving the deadband code from the Gamepad class to there, then making Gamepad extendEnhancedJoystick`.
EnhancedJoystick
Joystick
Gamepad
Gamepad extend
I have confirmed we will use joysticks for the drive. This also helps with #2.
Closed by #28
This will probably involve making an
EnhancedJoystick
class (enhanced to differentiate from the WPILibJoystick
class), moving the deadband code from theGamepad
class to there, then makingGamepad extend
EnhancedJoystick`.