Skip to content

Commit 3861b49

Browse files
committed
Merge remote-tracking branch 'adafruit/master'
2 parents 90b9a15 + 76ab774 commit 3861b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mpu6050.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
from adafruit_register.i2c_bits import RWBits
5656
import adafruit_bus_device.i2c_device as i2c_device
5757
# pylint: disable=bad-whitespace
58-
_MPU6050_DEFAULT_ADDRESS = 0x69 # MPU6050 default i2c address w/ AD0 high
58+
_MPU6050_DEFAULT_ADDRESS = 0x68 # MPU6050 default i2c address w/ AD0 low
5959
_MPU6050_DEVICE_ID = 0x68 # The correct MPU6050_WHO_AM_I value
6060

6161
_MPU6050_SELF_TEST_X = 0x0D # Self test factory calibrated values register

0 commit comments

Comments
 (0)