Update README.md with status
This commit is contained in:
parent
25a0b45b46
commit
05bf758148
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
# `mpu6050`  
|
# `mpu6050`  
|
||||||
> no_std driver for the MPU6050 6-axis IMU
|
> no_std driver for the MPU6050 6-axis IMU
|
||||||
|
|
||||||
|
### Status
|
||||||
|
|
||||||
|
* Retrieving raw data works just fine
|
||||||
|
* **Don't use/rely on (software) calibration at this point in time**
|
||||||
|
|
||||||
[Datasheet](https://www.invensense.com/wp-content/uploads/2015/02/MPU-6500-Datasheet2.pdf) | [Register Map Sheet](https://www.invensense.com/wp-content/uploads/2015/02/MPU-6000-Register-Map1.pdf)
|
[Datasheet](https://www.invensense.com/wp-content/uploads/2015/02/MPU-6500-Datasheet2.pdf) | [Register Map Sheet](https://www.invensense.com/wp-content/uploads/2015/02/MPU-6000-Register-Map1.pdf)
|
||||||
|
|
||||||
Visualization options for testing and development in [viz branch](https://github.com/juliangaal/mpu6050/tree/viz/viz)
|
Visualization options for testing and development in [viz branch](https://github.com/juliangaal/mpu6050/tree/viz/viz)
|
||||||
|
|
Loading…
Reference in a new issue