MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Classes | |
interface | IBmi160FlatDataProducer |
Extension of the ITapDataProducer interface providing configuration options specific to the BMI160 IMU More... | |
interface | IBmi160MotionDataProducer |
Extension of the IMotionDataProducer interface providing configuration options for significant motion detection on the BMI160 IMU More... | |
interface | IStepCounterDataProducer |
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... | |
interface | IStepDetectorDataProducer |
Interrupt driven step detection where each detected step triggers a data interrupt, cannot be used in conjunction with the IStepCounterDataProducer interface. More... | |
Enumerations | |
enum | FilterMode { Osr4, Osr2, Normal } |
Accelerometer digital filter modes on the BMI160 More... | |
enum | OutputDataRate { _0_78125Hz, _1_5625Hz, _3_125Hz, _6_25Hz, _12_5Hz, _25Hz, _50Hz, _100Hz, _200Hz, _400Hz, _800Hz, _1600Hz } |
Operating frequencies of the BMI160 accelerometer More... | |
enum | StepDetectorMode { StepDetectorMode.Normal, StepDetectorMode.Sensitive, StepDetectorMode.Robust } |
Operation modes for the step detector algorithm More... | |
enum | FlatHoldTime { _0ms, _640ms, _1280ms, _2560ms } |
Enumeration of hold times for the BMI160's flat detection algorithm More... | |
enum | SkipTime { SkipTime._1_5s, _3s, _6s, _12s } |
Skip times available for significant motion detection More... | |
enum | ProofTime { ProofTime._0_25s, ProofTime._0_5s, _1s, _2s } |
Proof times available for significant motion detection More... | |
Accelerometer digital filter modes on the BMI160
Enumeration of hold times for the BMI160's flat detection algorithm
Operating frequencies of the BMI160 accelerometer
Operation modes for the step detector algorithm