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.
1 parent 01f396e commit 9b56ed6Copy full SHA for 9b56ed6
adafruit_lis331.py
@@ -35,7 +35,7 @@
35
from adafruit_register.i2c_bits import RWBits
36
from adafruit_register.i2c_bit import RWBit
37
from adafruit_register.i2c_struct import UnaryStruct, ROUnaryStruct
38
-import adafruit_bus_device.i2c_device as i2c_device
+from adafruit_bus_device import i2c_device
39
40
_LIS331_DEFAULT_ADDRESS = 0x18 # If SDO/SA0 is 3V, its 0x19
41
_LIS331_CHIP_ID = 0x32 # The default response to WHO_AM_I for the H3LIS331 and LIS331HH
0 commit comments