|
MetaWear C# SDK
1.0.0
C# API for MbientLab's sensor platform
|
Interrupt driven step detection where each detected step triggers a data interrupt, cannot be used in conjunction with the IStepCounterDataProducer 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 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< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
| Adds a data route to the producer More... | |
Interrupt driven step detection where each detected step triggers a data interrupt, cannot be used in conjunction with the IStepCounterDataProducer interface.
| 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.
| mode | Sensitivity mode, defaults to StepDetectorMode.Normal |
1.8.14