mpu6050 icon indicating copy to clipboard operation
mpu6050 copied to clipboard

`init` method resets ranges

Open anti-social opened this issue 8 months ago • 0 comments

There are constructors that allow to set accelerometer and gyro ranges: new_with_sens and new_with_addr_and_sens. But an init method resets the ranges to AccelRange::G2 and GyroRange::D250: init

It looks strange for me as how I can understand init is required to be called. If it is true then the constructors do not make sense at all.

anti-social avatar May 31 '24 20:05 anti-social