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 90b9a15 + 76ab774 commit 3861b49Copy full SHA for 3861b49
adafruit_mpu6050.py
@@ -55,7 +55,7 @@
55
from adafruit_register.i2c_bits import RWBits
56
import adafruit_bus_device.i2c_device as i2c_device
57
# pylint: disable=bad-whitespace
58
-_MPU6050_DEFAULT_ADDRESS = 0x69 # MPU6050 default i2c address w/ AD0 high
+_MPU6050_DEFAULT_ADDRESS = 0x68 # MPU6050 default i2c address w/ AD0 low
59
_MPU6050_DEVICE_ID = 0x68 # The correct MPU6050_WHO_AM_I value
60
61
_MPU6050_SELF_TEST_X = 0x0D # Self test factory calibrated values register
0 commit comments