Class Bno055.PowerModes
Valis power mode.
Assembly: Bno055.dll
View Source
public static class Bno055.PowerModes
Fields
NORMAL
All sensors are active in normal mode.
View Source
public const byte NORMAL = 0
LOWPOWER
If no activity is detected for a configuration duration (default = 5s) the sensor will enter low power mode. In this mode, only the accelerometer is is active and motion detected by the accelerometer then the device will wake.
View Source
public const byte LOWPOWER = 0
SUSPENDED
Put the sensor into Suspend mode. In this more no values in the register map will be updated.
View Source
public const byte SUSPENDED = 0