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

Add support for configuring interrupts #7

Open
jessebraham opened this issue Apr 24, 2023 · 1 comment
Open

Add support for configuring interrupts #7

jessebraham opened this issue Apr 24, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jessebraham
Copy link
Owner

No description provided.

@jessebraham jessebraham added enhancement New feature or request good first issue Good for newcomers labels Apr 24, 2023
@Ben-PH
Copy link
Collaborator

Ben-PH commented Nov 15, 2023

Something that might be useful context: found this in the arduino library: https://github.com/InvenSenseInc/arduino.ICM42670P/blob/master/src/imu/inv_imu_driver.c#L84

Note the clearing of interrupt. At time of writing, the equivilent in here omits the interrupt clearing.

If I read this correctly, setting up interrupts will include needing to go through the existing library and verifying interrupt setting/clearing is taken care of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants