MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
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...
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< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
Adds a data route to the producer More... | |
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.
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.
mode | Sensitivity mode, defaults to StepDetectorMode.Normal |
void MbientLab.MetaWear.Sensor.AccelerometerBmi160.IStepCounterDataProducer.Reset | ( | ) |
Resets the internal step counter