Skip to content

Method InitializeSensorAsync

Namespace: Belay.Core.Examples
Assembly: Belay.Core.dll

InitializeSensorAsync()

Sets up the device for sensor readings. Demonstrates [Setup] attribute for initialization.

csharp
[Setup(Order = 1)]
Task InitializeSensorAsync()

Returns

Task

A task representing the setup operation.

Released under the Apache License 2.0.