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