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