bno055.error_handling.exceptions module

exception bno055.error_handling.exceptions.BusOverRunException

Bases: TransmissionException

Exception thrown when BNO055 sensor device data fusion was not ready.

See Github Issue #5 (https://github.com/flynneva/bno055/issues/5)

exception bno055.error_handling.exceptions.TransmissionException

Bases: Exception

Exception thrown in case of failing transmissions between host and BNO055 sensor device.