Changes between Version 2 and Version 3 of ControlSystems/SampleCode/XboxController


Ignore:
Timestamp:
Oct 30, 2019, 10:45:01 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SampleCode/XboxController

    v2 v3  
    22
    331.      In your web browser go to the WPILib javadoc documentation. You can google “WPILib 2019 javadoc” to find them.
    4 2.      Click on the “ALL CLASSES” hyperlink. Then scroll down until you see the XboxControler class. Click on it.
     42.      Click on the “ALL CLASSES” hyperlink. Then scroll down until you see the !XboxController class. Click on it.
    553.      Read the class description. Look at the constructor; note the argument that is passed into it.
    664.      Read the getYButtonPressed method; note the return type.