Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/Training/GettingStarted/Encoders/CANCode
- Timestamp:
- Nov 8, 2019, 11:40:51 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Encoders/CANCode
v1 v2 36 36 // A quadrature encoder is connected to the TalonSRX 37 37 m_Left.configSelectedFeedbackSensor(FeedbackDevice.QuadEncoder); 38 // Reset encoder count to 0 39 m_Left.setSelectedSensorPosition(0); 38 40 } 39 41