positionControl

abstract val positionControl: (T, Double) -> Unit?

Lambda function for controlling the motor using a position value.

This function takes two parameters:

  • An instance of type T representing the motor or device.

  • A Double value representing the target position.

If null, position control is not supported.