Enum Lis2Mdl.OperatingMode
Represents the operating mode options for the LIS2MDL magnetometer.
Assembly: Lis2Mdl.dll
View Source
public enum Lis2Mdl.OperatingMode
Fields
ContinuousMode
Continuous mode: The sensor continuously measures and updates the output registers.
View Source
ContinuousMode = 0
SingleConversionMode
Single-conversion mode: The sensor performs one measurement and then enters a low-power state until another single-conversion command is received.
View Source
SingleConversionMode = 1
PowerDownMode
Power-down mode: The sensor enters a low-power state and stops measuring.
View Source
PowerDownMode = 3