esp32-MPU-driver
esp32-MPU-driver copied to clipboard
setAuxI2CEnabled should also get enabled for units with Compass working in I2C mode
Currently only when operating the MPU through SPI, I2C AUX mode is enabled automatically during initialization. When operating through I2C, the application has to do it to enable readouts from the compass. https://github.com/natanaeljr/esp32-MPU-driver/blob/82a609236b7773ceaafc11f817ca117371314ce2/src/MPU.cpp#L1785