Arduino-FOC-balancer icon indicating copy to clipboard operation
Arduino-FOC-balancer copied to clipboard

Doesn't work with ESP32

Open yufuping opened this issue 3 years ago • 1 comments
trafficstars

MPU6050 dies at initialize()

Environment:

  1. ESP32 Ver2.03

yufuping avatar May 23 '22 06:05 yufuping

Hey @yufuping,

Youre right with the newer version of the Espressif framework the i2cdev library stopped working : https://github.com/jrowberg/i2cdevlib/issues/688

I've updated the i2c dev library in this repo and implemented the propsed fix. The code now works again 😄

askuric avatar Jul 18 '22 17:07 askuric