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