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 19f1e04 + 2970926 commit e507e64Copy full SHA for e507e64
adafruit_ltr390.py
@@ -31,7 +31,7 @@
31
from time import sleep
32
from struct import unpack_from, pack_into
33
from micropython import const
34
-import adafruit_bus_device.i2c_device as i2c_device
+from adafruit_bus_device import i2c_device
35
from adafruit_register.i2c_struct import ROUnaryStruct, Struct
36
from adafruit_register.i2c_bits import RWBits
37
from adafruit_register.i2c_bit import RWBit, ROBit
0 commit comments