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