sparkfun / SparkFun_BNO080_Arduino_Library

An Arduino Library for the BNO080 IMU combination triple axis accelerometer/gyro/magnetometer packaged with an ARM Cortex M0+ running powerful algorithms.
Other
81 stars 62 forks source link

[Feature Request] Add functionality to access Gravity packets #103

Closed anant3110 closed 1 year ago

anant3110 commented 1 year ago

Subject of the issue

The IMU allows to access gravity packets, but the library doesn't.

Expected behavior

Have a setGravityReport() function to set gravity packets. Have a getGravityX(), getGravityY() and getGravityZ() to get the relevant variables once they have been updated.

PaulZC commented 1 year ago

Closed by #104