Method ReadMotor3MicrostepResolutionAsync
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
ReadMotor3MicrostepResolutionAsync(CancellationToken)
Asynchronously reads the contents of the Motor3MicrostepResolution register.
public Task<MicrostepResolution> ReadMotor3MicrostepResolutionAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<MicrostepResolution>
A task that represents the asynchronous read operation. The Result property contains the register payload.