Package frc.spectrumLib
Class SpectrumServo
java.lang.Object
edu.wpi.first.wpilibj.PWM
edu.wpi.first.wpilibj.Servo
frc.spectrumLib.SpectrumServo
- All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable,edu.wpi.first.wpilibj2.command.Subsystem,AutoCloseable
public class SpectrumServo
extends edu.wpi.first.wpilibj.Servo
implements edu.wpi.first.wpilibj2.command.Subsystem
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj.PWM
edu.wpi.first.wpilibj.PWM.PeriodMultiplier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.wpi.first.wpilibj.Servo
get, getAngle, initSendable, set, setAngleMethods inherited from class edu.wpi.first.wpilibj.PWM
close, enableDeadbandElimination, getBoundsMicroseconds, getChannel, getHandle, getPosition, getPulseTimeMicroseconds, getSpeed, setAlwaysHighMode, setBoundsMicroseconds, setDisabled, setPeriodMultiplier, setPosition, setPulseTimeMicroseconds, setSpeed, setZeroLatchMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.wpi.first.wpilibj2.command.Subsystem
defer, getCurrentCommand, getDefaultCommand, getName, periodic, register, removeDefaultCommand, run, runEnd, runOnce, setDefaultCommand, simulationPeriodic, startEnd, startRun
-
Constructor Details
-
SpectrumServo
public SpectrumServo(int port)
-