Skip to content

Commit

Permalink
Merge pull request #349 from espressif/doc/mpu6050_example_link
Browse files Browse the repository at this point in the history
mpu6050: Update readme - example link
  • Loading branch information
espzav authored Jul 29, 2024
2 parents 7f12e73 + a542072 commit 5d33575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mpu6050/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ This driver, along with many other components from this repository, can be used
Another option is to manually create a `idf_component.yml` file. You can find more about using .yml files for components from [Espressif's documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html).

## See Also
* [Sensors example, including the MPU6050 driver](https://github.com/espressif/esp-bsp/tree/master/examples/sensors_example)
* [Sensors example, including the MPU6050 driver](https://github.com/espressif/esp-bsp/tree/master/examples/display_sensors)
* [MPU6050 datasheet](https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf)
* [MPU6000 and MPU6050 register map](https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Register-Map1.pdf)

0 comments on commit 5d33575

Please sign in to comment.