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