MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
On-board algorithm that detects changes in the sensor's orientation. More...
Public Member Functions | |
void | Configure (int delay=100) |
Configure the orientation detection algorithm More... | |
Public Member Functions inherited from MbientLab.MetaWear.IAsyncDataProducer | |
void | Start () |
Begin data collection More... | |
void | Stop () |
End data collection More... | |
Public Member Functions inherited from MbientLab.MetaWear.IDataProducer | |
Task< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
Adds a data route to the producer More... | |
On-board algorithm that detects changes in the sensor's orientation.
Data is represented as a SensorOrientation enum.
void MbientLab.MetaWear.Sensor.AccelerometerMma8452q.IOrientationDataProducer.Configure | ( | int | delay = 100 | ) |
Configure the orientation detection algorithm
delay | Time, in milliseconds, for which the sensor's orientation must remain in the new position before a position change is triggered |