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