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