Skip to content

Commit

Permalink
px4_fmu-v5: add here2 mag to startup
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan Fuhrer <[email protected]>
  • Loading branch information
sfuhrer authored and dagar committed Oct 14, 2019
1 parent b72d010 commit 51374ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boards/px4/fmu-v5/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ hmc5883 -C -T -X start
qmc5883 -X start
lis3mdl -X start

# ICM20948 as external magnetometer on I2C (e.g. Here GPS)
if ! icm20948 -X -M -R 6 start
then
# external emulated AK09916 (Here2) is rotated 270 degrees yaw
ak09916 -X -R 6 start
fi

# Possible internal compass
ist8310 -C -b 5 start

Expand Down

0 comments on commit 51374ae

Please sign in to comment.