-
Notifications
You must be signed in to change notification settings - Fork 105
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
Jeetrohan mpu60xx 1 (BSP-568) #416
base: master
Are you sure you want to change the base?
Conversation
manifest file for mpu60xx driver
example C source file for using inbuilt motion detection.
Manifest file for mpu60xx_motion_detection example
CMakeLists for mpu60xx_motion_detect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeetrohan That's a pretty good job for your first contribution!
I just realized the merge here is different from the fork where sync simply updates the branch. 😅 |
@espzav , @tore-espressif |
The pre-commit job is always run on latest changes, so there are probably still some formating errors. If you want to fix them locally, in your esp-bsp folder you can do
To install pre-commit. Then you can run the pre-commit check on you last 11 commits like this
|
@jeetrohan Thanks again for the PR, I'll take over and fix the remaining things when I'm free |
@tore-espressif |
@tore-espressif I totally understand that. I myself had thought to do pre-commit test on branch, but due to some other liabilities and my lack of knowledge (about git itself) I wasn't able to do it ( even though I really want to). |
ESP-BSP Pull Request checklist
Related
Change description
A new mpu60xx library which uses the new I2C driver for reading raw and floating point values; from accelerometer, gyrometer and temperature sensor.
Added functionality to use inbuilt motion detection on mpu60xx using both, polling and interrupts.