Enum Bno055.ErrorCodes
Error codes that may be generated by the sensor.
Assembly: Bno055.dll
View Source
public enum Bno055.ErrorCodes : byte
Fields
NoError
No error.
View Source
NoError = 0
PeripheralInitializationError
BusComms initialization error.
View Source
PeripheralInitializationError = 1
SystemInitializationError
System initialization error.
View Source
SystemInitializationError = 2
SelfTestFailed
Self test failed.
View Source
SelfTestFailed = 4
RegisterMapValueError
Register map value out of range.
View Source
RegisterMapValueError = 5
RegisterMapAddressError
Register map address out of range.
View Source
RegisterMapAddressError = 6
LowPowerModeNotAvailable
Low power mode not available for the selected mode.
View Source
LowPowerModeNotAvailable = 7
AccelerationModeNotAvailable
Accelerometer power mode not available.
View Source
AccelerationModeNotAvailable = 8
FusionConfigurationError
Fusion algorithm configuration error.
View Source
FusionConfigurationError = 9
SensorConfigurationError
Sensor configuration error.
View Source
SensorConfigurationError = 10