Class Bno055.SelfTestResultMasks
Self test result bit mask.
Assembly: Bno055.dll
View Source
public static class Bno055.SelfTestResultMasks
Fields
ACCELEROMETER
Accelerometer bit mask.
View Source
public const byte ACCELEROMETER = 1
MAGNETOMETER
Magnetometer bit mask.
View Source
public const byte MAGNETOMETER = 2
GYROSCOPE
Gyroscope bit mask.
View Source
public const byte GYROSCOPE = 4
MICROCONTROLLER
Microcontroller bit mask.
View Source
public const byte MICROCONTROLLER = 8