Skip to main content

Enum Bmi270.PowerMode

The device power mode

Assembly: Bmi270.dll
View Source
Declaration
public enum Bmi270.PowerMode : byte

Fields

Suspend

Lowest power mode, will still maintain configuration, no motion sensing

View Source
Declaration
Suspend = 0

Configuration

Configuration mode, all features accessible, no motion sensing

View Source
Declaration
Configuration = 1

LowPower

Low power mode, motion sensing at lowest possible power consumption

View Source
Declaration
LowPower = 2

Normal

Normal power mode, alias free motion sensing

View Source
Declaration
Normal = 3

Performance

Performance mode, motion sensing at maximum sensor performance

View Source
Declaration
Performance = 4