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