File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Introduction
13
13
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_MPU6050
14
14
:alt: Build Status
15
15
16
- CircuitPython helper library for the MPU6050 6-axis Accelerometer and Gyroscope
16
+ CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
17
17
18
18
19
19
Dependencies
Original file line number Diff line number Diff line change 23
23
`adafruit_mpu6050`
24
24
================================================================================
25
25
26
- CircuitPython helper library for the MPU6050 6-axis Accelerometer and Gyroscope
26
+ CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
27
27
28
28
29
29
* Author(s): Bryan Siepert
@@ -142,7 +142,7 @@ class Rate: # pylint: disable=too-few-public-methods
142
142
CYCLE_40_HZ = 3 # 40 Hz
143
143
144
144
class MPU6050 :
145
- """Driver for the MPU6050 6-axis accelerometer and gyroscope.
145
+ """Driver for the MPU6050 6-DoF accelerometer and gyroscope.
146
146
147
147
:param ~busio.I2C i2c_bus: The I2C bus the MPU6050 is connected to.
148
148
:param address: The I2C slave address of the sensor
Original file line number Diff line number Diff line change 22
22
use_scm_version = True ,
23
23
setup_requires = ['setuptools_scm' ],
24
24
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' ,
26
26
long_description = long_description ,
27
27
long_description_content_type = 'text/x-rst' ,
28
28
You can’t perform that action at this time.
0 commit comments