Skip to content

Commit

Permalink
Change FMU-v6x REV 6 IMU Order
Browse files Browse the repository at this point in the history
Change IMU Order, make adis16470 in 1st priority.
  • Loading branch information
vincentpoont2 authored and julianoes committed Mar 18, 2024
1 parent f6ec71d commit f75a92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/px4/fmu-v6x/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ then
if ver hwtypecmp V6X006
then
# Internal SPI bus ICM45686
icm45686 -s -R 10 start
iim42652 -s -R 6 start
adis16470 -s -R 0 start
iim42652 -s -R 6 start
icm45686 -s -R 10 start
else
# Internal SPI bus 3x ICM45686
icm45686 -b 3 -s -R 0 start
Expand Down

0 comments on commit f75a92d

Please sign in to comment.