Class AndyMark3515LinearActuator
- java.lang.Object
-
- edu.wpi.first.wpilibj.PWM
-
- ca.team3161.lib.robot.motion.actuators.LinearActuator
-
- ca.team3161.lib.robot.motion.actuators.AndyMark3515LinearActuator
-
- All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable,java.lang.AutoCloseable
public class AndyMark3515LinearActuator extends LinearActuator
-
-
Constructor Summary
Constructors Constructor Description AndyMark3515LinearActuator(int channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doublegetMaxPwmWidth()protected doublegetMinPwmWidth()-
Methods inherited from class ca.team3161.lib.robot.motion.actuators.LinearActuator
get
-
-
-
-
Method Detail
-
getMinPwmWidth
protected double getMinPwmWidth()
- Specified by:
getMinPwmWidthin classLinearActuator
-
getMaxPwmWidth
protected double getMaxPwmWidth()
- Specified by:
getMaxPwmWidthin classLinearActuator
-
-