voltageControl

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

Lambda function for controlling the motor using voltage.

This function takes two parameters:

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

  • A Double value representing the voltage to be applied.

If null, voltage control is not supported.