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 initialize method there is no break statement in the switch for accelRange and gyroRange: the resolution is always set to the maximum available range. It should be fixed.
In the initialize method there is no break statement in the switch for accelRange and gyroRange: the resolution is always set to the maximum available range. It should be fixed.
`
void MPU6050_Base::initialize(ACCEL_FS accelRange, GYRO_FS gyroRange) {
setClockSource(MPU6050_CLOCK_PLL_XGYRO);
}`
The text was updated successfully, but these errors were encountered: