Merge "Change Talon to use 1x update rate (fixes artf3733)"

This commit is contained in:
Brad Miller (WPI)
2014-11-05 09:55:39 -08:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ public class Talon extends SafePWM implements SpeedController {
*/
private void initTalon() {
setBounds(2.037, 1.539, 1.513, 1.487, .989);
setPeriodMultiplier(PeriodMultiplier.k2X);
setPeriodMultiplier(PeriodMultiplier.k1X);
setRaw(m_centerPwm);
setZeroLatch();