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

LSM6DSOX - Clarification on FIFO reading with LSM6DSOX #169

Open
Rturoz opened this issue Oct 16, 2024 · 0 comments
Open

LSM6DSOX - Clarification on FIFO reading with LSM6DSOX #169

Rturoz opened this issue Oct 16, 2024 · 0 comments
Labels
question Further information is requested

Comments

@Rturoz
Copy link

Rturoz commented Oct 16, 2024

LSM6DSOX

Hello, I am currently working with the LSM6DSOX sensor and using the example from your GitHub repository (specifically this example).

In the provided code, the samples stored in the FIFO are read one by one in a while loop, iterating through all n samples. I was wondering if it is possible to read all n samples from the FIFO in a single read operation, without needing to loop through them individually.

My goal is to make the code as fast as possible, any advice or clarification on how to achieve this would be greatly appreciated.

Thank you for your support!

@Rturoz Rturoz added the question Further information is requested label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant