mpu6886

no_std driver for the mpu6886 6-axis IMU
thanks to "Julian Gaal gjulian@uos.de", for the major work in mpu6050 only small adaptions for mpu6886 were done:
- device ID for mpu6886 changed
- temperature reading adapted
- CLKSEL is redefined
- IRQ STATUS redefined removed:
- MOT_DETECT_STATUS
- MOT_DETECT_CONTROL
- LP_WAKE_CTRL
- ACCEL_HPF
What Works most probably now after changes from mpu6050 to mpu6886
Not, almost no tests have been done yet.
- Reading the accelerometer, gyroscope, temperature sensor
- raw
- scaled
- roll/pitch estimation
- Setting Accel/Gyro Ranges/Sensitivity
Basic usage
To use this driver you must provide a concrete embedded_hal implementation. Here's a
linux_embedded_hal example
use *;
use ;
use LinuxI2CError;