Interface IMotorCollection
-
- All Superinterfaces:
PIDOutput
,SpeedController
- All Known Implementing Classes:
MixedMotorCollection
,SparkCollection
,TalonSRXCollection
,VictorSPXCollection
public interface IMotorCollection extends SpeedController
Common interface for any collection of motor controllers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBuffer(double speed)
Only set on new data-
Methods inherited from interface edu.wpi.first.wpilibj.SpeedController
disable, get, getInverted, set, setInverted, setVoltage, stopMotor
-
-