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