MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | List of all members
MbientLab.MetaWear.Sensor.AccelerometerBmi160.IBmi160MotionDataProducer Interface Reference

Extension of the IMotionDataProducer interface providing configuration options for significant motion detection on the BMI160 IMU More...

Inheritance diagram for MbientLab.MetaWear.Sensor.AccelerometerBmi160.IBmi160MotionDataProducer:
MbientLab.MetaWear.Sensor.AccelerometerBosch.IMotionDataProducer MbientLab.MetaWear.IAsyncDataProducer MbientLab.MetaWear.IDataProducer

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< IRouteAddRouteAsync (Action< IRouteComponent > builder)
 Adds a data route to the producer More...
 

Detailed Description

Extension of the IMotionDataProducer interface providing configuration options for significant motion detection on the BMI160 IMU

Member Function Documentation

◆ ConfigureSignificant()

void MbientLab.MetaWear.Sensor.AccelerometerBmi160.IBmi160MotionDataProducer.ConfigureSignificant ( SkipTime skip = null,
ProofTime proof = null 
)

Configure the accelerometer for significant-motion detection

Parameters
skipNumber of seconds to sleep after movement is detected
proofNumber of seconds that movement must still be detected after the skip time passed

The documentation for this interface was generated from the following file: