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