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