You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...?
The text was updated successfully, but these errors were encountered:
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...?
The text was updated successfully, but these errors were encountered: