How to add new IMU? #10627
|
I an making accgyro_.c and accgyro_.h based on the existing ones. |
Answered by
sensei-hacker
Jan 22, 2025
Replies: 3 comments 4 replies
|
I may be misinterpreting your question, by are you familiar with a "pull request"? |
1 reply
|
Then I'm not really clear on what exactly you're asking. You can see where the existing drivers are an how they are used. Presumably you modeled your icm45686 code after an existing one. For example you can see how the ICM20689 driver works: |
1 reply
Answer selected by
and-sh
|
Yeah there is just the loop, which runs at 2K. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Then I'm not really clear on what exactly you're asking. You can see where the existing drivers are an how they are used. Presumably you modeled your icm45686 code after an existing one. For example you can see how the ICM20689 driver works: