Skip to content

Commit

Permalink
update for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lkasso committed Dec 17, 2020
1 parent 26dfdb7 commit 1f13f6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cppdocs/source/sensor_fusion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,11 @@ Gravity g MblMwCartesianFloat
mbl_mw_sensor_fusion_enable_data(board, MBL_MW_SENSOR_FUSION_DATA_QUATERNION);
mbl_mw_sensor_fusion_start(board);
}

Reset
------
To reset the default orientation of the board while sensor fusion is on or off, you can use the following call (note this is only suported in NDoF and IMUPlus mode):

::
mbl_mw_sensor_fusion_reset_orientation(board);

0 comments on commit 1f13f6a

Please sign in to comment.