Skip to main content

Enum Bmi270.AngularVelocityRange

The range of angular velocity (gyroscopic) values Lower values have less range but more precision

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

Fields

_2000dps

+/- 2000 degrees per second - default

View Source
Declaration
_2000dps = 0

_1000dps

+/- 1000 degrees per second

View Source
Declaration
_1000dps = 1

_500dps

+/- 5000 degrees per second

View Source
Declaration
_500dps = 2

_250dps

+/- 250 degrees per second

View Source
Declaration
_250dps = 3

_125dps

+/- 125 degrees per second

View Source
Declaration
_125dps = 4