Changes between Version 11 and Version 12 of ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController
- Timestamp:
- Nov 3, 2019, 7:54:09 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController
v11 v12 23 23 24 24 Modify the newly created program as follows: 25 * Add to the imports25 * Import the [https://first.wpi.edu/FRC/roborio/beta/docs/java/edu/wpi/first/wpilibj/XboxController.html XboxController] and [https://first.wpi.edu/FRC/roborio/beta/docs/java/edu/wpi/first/wpilibj/GenericHID.Hand.html Hand] classes: 26 26 {{{ 27 27 import edu.wpi.first.wpilibj.XboxController;