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