configure
Configures the motor using a DSL-style configuration block.
motor.configure {
inverted = true
deadbandElimination = false
}Content copied to clipboard
Parameters
block
A lambda that applies configuration settings to the motor.
Configures the motor using a DSL-style configuration block.
motor.configure {
inverted = true
deadbandElimination = false
}A lambda that applies configuration settings to the motor.