Method CalibrateAsync
Namespace: Belay.Core.Examples
Assembly: Belay.Core.dll
CalibrateAsync()
Calibrates the sensor. Demonstrates [Task] attribute with void return type and longer timeout.
csharp
[Task(TimeoutMs = 10000, Exclusive = true)]
Task CalibrateAsync()
Returns
A task representing the calibration operation.