rland93 / ollyfc

A small rust-embedded flight computer. RTIC, FrSky protocols, and STM32F4 hardware.
Mozilla Public License 2.0
1 stars 0 forks source link

BMI088 Driver #30

Closed rland93 closed 4 weeks ago

rland93 commented 7 months ago

Hardware was updated to use BMI088, not the BMI160. So we need to either write or bring in a driver for it.

rland93 commented 5 months ago

I created the driver here:

https://github.com/rland93/bmi088-rs

it is feature complete and includes example code, so all I have to do is adapt the example code in this project