We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
original: #define MPU6050_I2CADDR_DEFAULT 0x68 ///< MPU6050 default i2c address w/ AD0 high #define MPU6050_DEVICE_ID 0x68 ///< The correct MPU6050_WHO_AM_I value
correct: "w/ AD0 low"
Reference: Product Specification Datasheet Rev.3.4 Page 33 paragraph 9.2 (and after lot of hours debugging by personal experience) https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf
The text was updated successfully, but these errors were encountered:
Yep, looks like. Want to submit a PR to update that?
Sorry, something went wrong.
No branches or pull requests
original:
#define MPU6050_I2CADDR_DEFAULT
0x68 ///< MPU6050 default i2c address w/ AD0 high
#define MPU6050_DEVICE_ID 0x68 ///< The correct MPU6050_WHO_AM_I value
correct: "w/ AD0 low"
Reference: Product Specification Datasheet Rev.3.4 Page 33 paragraph 9.2 (and after lot of hours debugging by personal experience)
https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1.pdf
The text was updated successfully, but these errors were encountered: