MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Extension of the ITapDataProducer interface providing configuration options specific to the BMI160 IMU More...
Public Member Functions | |
void | Configure (FlatHoldTime? hold=null, float? theta=null) |
Configure the flat detection algorithm. More... | |
Public Member Functions inherited from MbientLab.MetaWear.Sensor.AccelerometerBosch.IFlatDataProducer | |
void | Configure (ushort? hold=null, float? theta=null) |
Configure the flat 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... | |
Extension of the ITapDataProducer interface providing configuration options specific to the BMI160 IMU
void MbientLab.MetaWear.Sensor.AccelerometerBmi160.IBmi160FlatDataProducer.Configure | ( | FlatHoldTime? | hold = null , |
float? | theta = null |
||
) |
Configure the flat detection algorithm.
hold | Delay for which the flat value must remain stable for an interrupt |
theta | Threshold angle defining a flat position, between [0, 44.8] degrees |