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

Interrupt driven step detection where each detected step triggers a data interrupt, cannot be used in conjunction with the IStepCounterDataProducer interface. More...

Inheritance diagram for MbientLab.MetaWear.Sensor.AccelerometerBmi160.IStepDetectorDataProducer:
MbientLab.MetaWear.IAsyncDataProducer MbientLab.MetaWear.IDataProducer

Public Member Functions

void Configure (StepDetectorMode mode=StepDetectorMode.Normal)
 Configure the step counter algorithm. Must be called to have the step algorithm function as a detector. 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

Interrupt driven step detection where each detected step triggers a data interrupt, cannot be used in conjunction with the IStepCounterDataProducer interface.

Member Function Documentation

◆ Configure()

void MbientLab.MetaWear.Sensor.AccelerometerBmi160.IStepDetectorDataProducer.Configure ( StepDetectorMode  mode = StepDetectorMode.Normal)

Configure the step counter algorithm. Must be called to have the step algorithm function as a detector.

Parameters
modeSensitivity mode, defaults to StepDetectorMode.Normal

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