Interface IMotorCollection
-
- All Superinterfaces:
edu.wpi.first.wpilibj.PIDOutput,edu.wpi.first.wpilibj.SpeedController
- All Known Implementing Classes:
MixedMotorCollection,SparkCollection,TalonSRXCollection,VictorSPXCollection
public interface IMotorCollection extends edu.wpi.first.wpilibj.SpeedControllerCommon interface for any collection of motor controllers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBuffer(double speed)Only set on new data
-