Skip to content

Commit 90b9a15

Browse files
committed
6-axis -> 6-DoF
1 parent e065b6d commit 90b9a15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Introduction
1313
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_MPU6050
1414
:alt: Build Status
1515

16-
CircuitPython helper library for the MPU6050 6-axis Accelerometer and Gyroscope
16+
CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
1717

1818

1919
Dependencies

adafruit_mpu6050.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
`adafruit_mpu6050`
2424
================================================================================
2525
26-
CircuitPython helper library for the MPU6050 6-axis Accelerometer and Gyroscope
26+
CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
2727
2828
2929
* Author(s): Bryan Siepert
@@ -142,7 +142,7 @@ class Rate: # pylint: disable=too-few-public-methods
142142
CYCLE_40_HZ = 3 # 40 Hz
143143

144144
class MPU6050:
145-
"""Driver for the MPU6050 6-axis accelerometer and gyroscope.
145+
"""Driver for the MPU6050 6-DoF accelerometer and gyroscope.
146146
147147
:param ~busio.I2C i2c_bus: The I2C bus the MPU6050 is connected to.
148148
:param address: The I2C slave address of the sensor

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
use_scm_version=True,
2323
setup_requires=['setuptools_scm'],
2424

25-
description='CircuitPython helper library for the MPU6050 6-axis Accelerometer and Gyroscope',
25+
description='CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope',
2626
long_description=long_description,
2727
long_description_content_type='text/x-rst',
2828

0 commit comments

Comments
 (0)