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 a06679f commit 8f215ddCopy full SHA for 8f215dd
adafruit_vcnl4010.py
@@ -28,7 +28,7 @@
28
"""
29
from micropython import const
30
31
-import adafruit_bus_device.i2c_device as i2c_device
+from adafruit_bus_device import i2c_device
32
33
34
__version__ = "0.0.0-auto.0"
0 commit comments