Enum TalonFXInvertType

java.lang.Object
java.lang.Enum<TalonFXInvertType>
com.ctre.phoenix.motorcontrol.TalonFXInvertType
All Implemented Interfaces:
Serializable, Comparable<TalonFXInvertType>, java.lang.constant.Constable

public enum TalonFXInvertType
extends Enum<TalonFXInvertType>
Choose the invert type of the motor controller. None is the equivalent of SetInverted(false), where positive request yields positive voltage on M+. InvertMotorOutput is the equivelant of SetInverted(true), where positive request yields positive voltage on M-. FollowMaster/OpposeMaster will match/oppose a master Talon/Victor. This requires device to be configured as a follower.