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
A task representing the setup operation.