MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Extension of the IMotionDataProducer interface providing configuration options for significant motion detection on the BMI160 IMU More...
Public Member Functions | |
void | ConfigureSignificant (SkipTime? skip=null, ProofTime? proof=null) |
Configure the accelerometer for significant-motion detection More... | |
Public Member Functions inherited from MbientLab.MetaWear.Sensor.AccelerometerBosch.IMotionDataProducer | |
void | ConfigureNo (int? duration=null, float? threshold=null) |
Configure the accelerometer for no-motion detection More... | |
void | ConfigureAny (int? count=null, float? threshold=null) |
Configure the accelerometer for any-motion detection More... | |
void | ConfigureSlow (byte? count=null, float? threshold=null) |
Configure the accelerometer for slow-motion detection 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 IMotionDataProducer interface providing configuration options for significant motion detection on the BMI160 IMU
void MbientLab.MetaWear.Sensor.AccelerometerBmi160.IBmi160MotionDataProducer.ConfigureSignificant | ( | SkipTime? | skip = null , |
ProofTime? | proof = null |
||
) |
Configure the accelerometer for significant-motion detection
skip | Number of seconds to sleep after movement is detected |
proof | Number of seconds that movement must still be detected after the skip time passed |