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 cc590d5 + 8804667 commit a2414d5Copy full SHA for a2414d5
adafruit_icm20x.py
@@ -32,7 +32,7 @@
32
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ICM20X.git"
33
# Common imports; remove if unused or pylint will complain
34
from time import sleep
35
-import adafruit_bus_device.i2c_device as i2c_device
+from adafruit_bus_device import i2c_device
36
37
from adafruit_register.i2c_struct import UnaryStruct, ROUnaryStruct, Struct
38
from adafruit_register.i2c_bit import RWBit, ROBit
0 commit comments