Changes between Version 4 and Version 5 of ControlSystems/SampleCode/XboxController
- Timestamp:
- Nov 3, 2019, 10:07:00 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SampleCode/XboxController
v4 v5 83 83 * 4=right X axis 84 84 * 5=right Y axis 85 So, for example, to read the right-hand Y-axis position: 85 [[BR]] 86 So, for example, to read the right joystick Y-axis position: 86 87 {{{ 87 88 double right_Y = xbox.getRawAxis(5);