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

Accumulates the number of detected steps in a counter that will send its current value on request, cannot be used in conjunction with the IStepDetectorDataProducer interface. More...

Inheritance diagram for MbientLab.MetaWear.Sensor.AccelerometerBmi160.IStepCounterDataProducer:
MbientLab.MetaWear.IForcedDataProducer 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 counter. More...
 
void Reset ()
 Resets the internal step counter More...
 
- Public Member Functions inherited from MbientLab.MetaWear.IForcedDataProducer
void Read ()
 Sends a read command to the producer More...
 
- Public Member Functions inherited from MbientLab.MetaWear.IDataProducer
Task< IRouteAddRouteAsync (Action< IRouteComponent > builder)
 Adds a data route to the producer More...
 

Detailed Description

Accumulates the number of detected steps in a counter that will send its current value on request, cannot be used in conjunction with the IStepDetectorDataProducer interface.

Member Function Documentation

◆ Configure()

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

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

Parameters
modeSensitivity mode, defaults to StepDetectorMode.Normal

◆ Reset()

void MbientLab.MetaWear.Sensor.AccelerometerBmi160.IStepCounterDataProducer.Reset ( )

Resets the internal step counter


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