mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
mpu9250: add MPU6500 (#5767)
Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
This commit is contained in:
parent
8a06528747
commit
d17ef95a3c
5 changed files with 111 additions and 23 deletions
|
@ -1640,13 +1640,14 @@ cs_pin:
|
|||
|
||||
### [mpu9250]
|
||||
|
||||
Support for mpu9250 and mpu6050 accelerometers (one may define any
|
||||
number of sections with an "mpu9250" prefix).
|
||||
Support for MPU-9250, MPU-9255, MPU-9255, MPU-6050, and MPU-6500
|
||||
accelerometers (one may define any number of sections with an
|
||||
"mpu9250" prefix).
|
||||
|
||||
```
|
||||
[mpu9250 my_accelerometer]
|
||||
#i2c_address:
|
||||
# Default is 104 (0x68).
|
||||
# Default is 104 (0x68). If AD0 is high, it would be 0x69 instead.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_speed: 400000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue