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