We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ed819a + d26d225 commit d43ae0bCopy full SHA for d43ae0b
adafruit_mpu6050.py
@@ -55,7 +55,6 @@
55
from adafruit_register.i2c_bits import RWBits
56
import adafruit_bus_device.i2c_device as i2c_device
57
58
-# pylint: disable=bad-whitespace
59
_MPU6050_DEFAULT_ADDRESS = 0x68 # MPU6050 default i2c address w/ AD0 low
60
_MPU6050_DEVICE_ID = 0x68 # The correct MPU6050_WHO_AM_I value
61
@@ -78,7 +77,6 @@
78
77
_MPU6050_WHO_AM_I = 0x75 # Divice ID register
79
80
STANDARD_GRAVITY = 9.80665
81
-# pylint: enable=bad-whitespace
82
83
84
class Range: # pylint: disable=too-few-public-methods
0 commit comments