Skip to content

Commit e2fdd3d

Browse files
committed
Merge branch 'release/1.0.11'
2 parents 0477267 + 9683861 commit e2fdd3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ The biases are programmatically applied to the sensor data. Therefore, when read
267267
To perform calibration run the command:
268268

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

273273
magScale = mpu.magScale # Get magnetometer soft iron distortion

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setuptools.setup(
77
name="mpu9250_jmdev",
8-
version="1.0.10",
8+
version="1.0.11",
99
author="Jeferson Menegazzo",
1010
author_email="jef.menegazzo@outlook.com",
1111
description="MPU-9250 (MPU-6500 + AK8963) I2C Driver in Python for Raspbery PI",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/jefmenegazzo/MPU9250",
14+
url="https://github.com/Intelligent-Vehicle-Perception/MPU-9250-Sensors-Data-Collect",
1515
packages=setuptools.find_packages(),
1616
classifiers=[
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)