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