Skip to content

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

Task

A task representing the calibration operation.

Released under the Apache License 2.0.