7 namespace motorcontrol {
34 enum class [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2025 season."
35 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
36 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
InvertType
Choose the invert type of the motor controller.
Definition: InvertType.h:14
@ InvertMotorOutput
Same as SetInverted(true)
@ None
Same as SetInverted(false)
@ FollowMaster
Follow the invert of the master this MC is following.
@ OpposeMaster
Opposite of the invert of the master this MC is following.
TalonFXInvertType
Choose the invert type for a Talon FX based integrated motor controller.
Definition: InvertType.h:37
@ CounterClockwise
Same as SetInverted(false)
@ Clockwise
Same as SetInverted(true)
namespace ctre
Definition: paramEnum.h:5