Changes between Version 11 and Version 12 of ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController


Ignore:
Timestamp:
Nov 3, 2019, 7:54:09 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/XboxController

    v11 v12  
    2323
    2424Modify the newly created program as follows:
    25 * Add to the imports
     25* 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:
    2626    {{{
    2727          import edu.wpi.first.wpilibj.XboxController;