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

MPU6050: Offset functions, LPF consts, direct data getters #2991

Merged
merged 4 commits into from Jul 8, 2023

Conversation

jrotkiewicz
Copy link
Contributor

@jrotkiewicz jrotkiewicz commented May 6, 2023

  • Added functions to read16/write16 for two byte operations
  • Added functions to set/get acc and gyro internal mpu6050 offsets
  • Added consts for low pass filter setting
  • Direct getter functions for acc and gyro data

@jrotkiewicz
Copy link
Contributor Author

@andrzej-kaczmarek Could you please review this change? Thank you

@jrotkiewicz
Copy link
Contributor Author

@andrzej-kaczmarek Please take a look again, thank you ! ; )

This allows to skip the callback and receive data
with getter functions.
Copy link
Contributor

@kasjer kasjer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andrzej-kaczmarek andrzej-kaczmarek merged commit 80c0916 into apache:master Jul 8, 2023
9 checks passed
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.

None yet

3 participants