libdriver / mpu6050

MPU6050 full function driver library for general MCU and Linux.
https://www.libdriver.com
MIT License
372 stars 154 forks source link

use of 8092 rather than 8192 for accelleration scale #14

Open btsimonh opened 1 year ago

btsimonh commented 1 year ago

Version

?

Describe the bug

Simple one this time :). typo in code.. 8092 rather than 8192!!!!

Reproduce

Search the code for 8092.

Expected behavior

should be 8192.

Additional context

probably does not cause any operational issues as accelleration is generally used for getting the direction of gravity.

libdriver commented 1 year ago

Thank you for your suggestions. We will fix this problem in the next routine update.