Arduino-FOC-balancer
Arduino-FOC-balancer copied to clipboard
Doesn't work with ESP32
trafficstars
MPU6050 dies at initialize()
Environment:
- ESP32 Ver2.03
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 😄