Changes between Version 4 and Version 5 of ControlSystems/SoftwareTeam/Training/GettingStarted/DCMotor


Ignore:
Timestamp:
Nov 3, 2019, 8:02:23 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v4 v5  
    4949Modify the auto-generated template code as follows:
    5050
    51 * Add the following imports:
     51* 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/Talon.html Talon] classes:
    5252{{{
    5353   import edu.wpi.first.wpilibj.XboxController;