|
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 (OrientationMode? mode=null, float? hysteresis=null) |
| 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.AccelerometerBosch.IOrientationDataProducer.Configure | ( | OrientationMode? | mode = null, |
| float? | hysteresis = null |
||
| ) |
Configure the orientation detection algorithm
| mode | New calculation mode |
| hysteresis | New hysteresis value for landscape/portrait detection. This value is in g's and defaults to 0.0625g |
1.8.14