mirror of https://github.com/Desuuuu/klipper.git
test: Add mpu9250 to input_shaper.test regression test case
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
cf9d96434c
commit
aea847501f
|
@ -77,6 +77,9 @@ shaper_freq_x: 39.3
|
|||
cs_pin: PK7
|
||||
axes_map: -x,-y,z
|
||||
|
||||
[mpu9250 my_mpu]
|
||||
|
||||
[resonance_tester]
|
||||
probe_points: 20,20,20
|
||||
accel_chip: adxl345
|
||||
accel_chip_x: adxl345
|
||||
accel_chip_y: mpu9250 my_mpu
|
||||
|
|
Loading…
Reference in New Issue