Skip to content

Commit

Permalink
Merge branch 'release/1.0.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
jefmenegazzo committed Jul 17, 2020
2 parents 0477267 + 9683861 commit e2fdd3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ The biases are programmatically applied to the sensor data. Therefore, when read
To perform calibration run the command:

```python
mpu.configureAK8963() # Calibrate sensors
mpu.calibrateAK8963() # Calibrate sensors
mpu.configure() # The calibration function resets the sensors, so you need to reconfigure them

magScale = mpu.magScale # Get magnetometer soft iron distortion
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setuptools.setup(
name="mpu9250_jmdev",
version="1.0.10",
version="1.0.11",
author="Jeferson Menegazzo",
author_email="[email protected]",
description="MPU-9250 (MPU-6500 + AK8963) I2C Driver in Python for Raspbery PI",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/jefmenegazzo/MPU9250",
url="https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e2fdd3d

Please sign in to comment.