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