bolderflight / bmi088-arduino

Arduino library for communicating with the Bosch BMI088 6 axis IMU
MIT License
40 stars 25 forks source link

Added functions getSensorRawValues() #6

Open gplante opened 1 year ago

gplante commented 1 year ago

Thank you for you great library. I needed to access accel/gyro raw values so I added function getSensorRawValues() is Bmi088Accel, Bmi088Gyro and Bmi088 classes. Thought this might be useful to other developers.

gplante commented 1 year ago

Thanks, this is great.