Changes between Version 16 and Version 17 of ControlSystems/SoftwareTeam/Training/GettingStarted/Encoders
- Timestamp:
- Nov 3, 2019, 7:49:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Encoders
v16 v17 9 9 Create another program using the !TimedRobot java template and name it !EncoderTest. Modify the generated code as follows: 10 10 11 * Add the following imports:11 * Add an import for the [https://first.wpi.edu/FRC/roborio/beta/docs/java/edu/wpi/first/wpilibj/Encoder.html Encoder] class: 12 12 {{{ 13 13 import edu.wpi.first.wpilibj.Encoder;