Method ReadMotor2MaximumRunCurrentAsync
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
ReadMotor2MaximumRunCurrentAsync(CancellationToken)
Asynchronously reads the contents of the Motor2MaximumRunCurrent register.
public Task<float> ReadMotor2MaximumRunCurrentAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.