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