Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for LSM6DSOX IMU from Adafruit. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tamuct01
Copy link

I added some shortcuts to the Failsafe() function when using SBUS. I tested this with a Radiomaster RP3-H ELRS receiver in SBUS mode and tested switching back and forth with an LSM6DSOX and MPU6050 IMU. Both work appropriately. I had attempted to implement the LSM6DSOX using I2C, but I couldn't get the loop rate fast enough. Adafruit must have some blocking in their library code to slow it down. The SPI implementation seems solid and quick.

I created this by cloning the 1.3 version and made my changes as version 1.4. If you'd rather roll this into the 1.3, I can do that as well.

Thanks!
--Brian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant