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

The relationship between the offsets of the standard MPU6050 class from i2cdev and this library. #46

Open
IlyaFedorov115 opened this issue Apr 3, 2024 · 0 comments

Comments

@IlyaFedorov115
Copy link

Hello! I have some offsets that I got for the MPU6050 class from the I2C library. But there the offsets are set, for example, as
void setXAccelOffset(int16_t offset);

For example, my offsets:
int16_t offsetMPU[6] = {-1372, 857, 887, 3, -40, -52};
However, in this class, I saw that the offsets are set in float format. Tell me, what is the relationship between them? I believe it exists, but I can't figure it out.
Thank you in advance for your time.

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

No branches or pull requests

1 participant