Skip to main content

Enum Lsm6dsox.GyroFullScale

Enum representing the full scale settings for the gyroscope of the LSM6dsox sensor.

Assembly: Lsm6dsox.dll
View Source
Declaration
public enum Lsm6dsox.GyroFullScale

Fields

Dps125

±125°/s full scale setting for the gyroscope.

View Source
Declaration
Dps125 = 2

Dps250

±250°/s full scale setting for the gyroscope.

View Source
Declaration
Dps250 = 0

Dps500

±500°/s full scale setting for the gyroscope.

View Source
Declaration
Dps500 = 4

Dps1000

±1000°/s full scale setting for the gyroscope.

View Source
Declaration
Dps1000 = 8

Dps2000

±2000°/s full scale setting for the gyroscope.

View Source
Declaration
Dps2000 = 12