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