PWMTalonSRXConfig

class PWMTalonSRXConfig : MonguConfig<PWMTalonSRX>

Configuration class for PWMTalonSRX motors.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Enables or disables deadband elimination for the motor. When true, small input values are ignored to reduce motor jitter.

Link copied to clipboard

Indicates whether the motor direction is inverted.

Functions

Link copied to clipboard
open override fun applyTo(motor: PWMTalonSRX)

Applies the configuration to the given PWMTalonSRX motor.