configure

open override fun configure(block: PWMTalonSRXConfig.() -> Unit)

Configures the motor using a DSL-style configuration block.

motor.configure {
inverted = true
deadbandElimination = false
}

Parameters

block

A lambda that applies configuration settings to the motor.