-
Notifications
You must be signed in to change notification settings - Fork 453
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
Feature implement mpu6050 #455
Feature implement mpu6050 #455
Conversation
Sorry, but your PR does not meet the following library requirements:
Summing up, I can only say that this is a rough draft that requires a lot of work to bring it in line with the standards of the repository. |
Hello @UncleRus, Here, I tried to make a driver which works on several sensors of the same type with one esp32. But the system is crashing while reading the two i2c. It happening while taking the semaphore in i2c_dev. I m using different two different ports with different pin no. to read two mpu6050 sensors on 1 esp32. I saw some examples using Can you help me with this? Here is the log and example link
|
Hi @UncleRus I updated the mpu6050 driver as per the guide. Please check and let me know if any update required. |
…p-idf-lib into feature-implement-mpu6050
mpu6050 driver library tested on the esp32 development board.