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

update vscode mpu6050 #709

Open
i164j9 opened this issue Aug 31, 2022 · 0 comments
Open

update vscode mpu6050 #709

i164j9 opened this issue Aug 31, 2022 · 0 comments

Comments

@i164j9
Copy link
Contributor

i164j9 commented Aug 31, 2022

in the vscode library manager the mpu6050 library does not work / play nice with the esp32(hangs when initializing the gyro), the latest here on github seems to work.

i retract my statement of mpu6050 working on the esp32 things seem to hang in wire.cpp on line 383
#if !CONFIG_DISABLE_HAL_LOCKS //acquire lock /*line 383*/ if(lock == NULL || xSemaphoreTake(lock, portMAX_DELAY) != pdTRUE){ log_e("could not acquire lock"); return 0; } #endif

perhaps the issue is an espressif issue...?

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