diff options
Diffstat (limited to 'klippy/extras/mpu9250.py')
-rw-r--r-- | klippy/extras/mpu9250.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/klippy/extras/mpu9250.py b/klippy/extras/mpu9250.py index 189f1f98..15103b9f 100644 --- a/klippy/extras/mpu9250.py +++ b/klippy/extras/mpu9250.py @@ -5,7 +5,8 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. import logging -from . import bus, adxl345, bulk_sensor + +from . import adxl345, bulk_sensor, bus MPU9250_ADDR = 0x68 |