Changes between Version 2 and Version 3 of ControlSystems/SampleCode/XboxController
- Timestamp:
- Oct 30, 2019, 10:45:01 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SampleCode/XboxController
v2 v3 2 2 3 3 1. 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.4 2. Click on the “ALL CLASSES” hyperlink. Then scroll down until you see the !XboxController class. Click on it. 5 5 3. Read the class description. Look at the constructor; note the argument that is passed into it. 6 6 4. Read the getYButtonPressed method; note the return type.