Package edu.wpi.first.wpilibj
Class Jaguar
- java.lang.Object
-
- edu.wpi.first.wpilibj.SendableBase
-
- edu.wpi.first.wpilibj.PWM
-
- edu.wpi.first.wpilibj.SafePWM
-
- edu.wpi.first.wpilibj.PWMSpeedController
-
- edu.wpi.first.wpilibj.Jaguar
-
- All Implemented Interfaces:
MotorSafety
,PIDOutput
,Sendable
,SpeedController
,AutoCloseable
public class Jaguar extends PWMSpeedController
Texas Instruments / Vex Robotics Jaguar Speed Controller as a PWM device.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj.PWM
PWM.PeriodMultiplier
-
-
Field Summary
-
Fields inherited from interface edu.wpi.first.wpilibj.MotorSafety
DEFAULT_SAFETY_EXPIRATION
-
-
Constructor Summary
Constructors Constructor Description Jaguar(int channel)
Constructor.
-
Method Summary
-
Methods inherited from class edu.wpi.first.wpilibj.PWMSpeedController
get, getDescription, getInverted, initSendable, pidWrite, set, setInverted
-
Methods inherited from class edu.wpi.first.wpilibj.SafePWM
disable, feed, Feed, getExpiration, isAlive, isSafetyEnabled, setExpiration, setSafetyEnabled, stopMotor
-
Methods inherited from class edu.wpi.first.wpilibj.PWM
close, enableDeadbandElimination, getChannel, getPosition, getRaw, getRawBounds, getSpeed, setBounds, setDisabled, setPeriodMultiplier, setPosition, setRaw, setSpeed, setZeroLatch
-
Methods inherited from class edu.wpi.first.wpilibj.SendableBase
addChild, free, getName, getSubsystem, setName, setName, setName, setSubsystem
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.wpi.first.wpilibj.SpeedController
disable, stopMotor
-
-