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 4624958 + 6755ebd commit a4ac3ffCopy full SHA for a4ac3ff
adafruit_vl53l1x.py
@@ -31,7 +31,7 @@
31
from adafruit_bus_device import i2c_device
32
from micropython import const
33
34
-# imports__version__ = "0.0.0+auto.0"
+__version__ = "0.0.0+auto.0"
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X.git"
36
37
_VL53L1X_I2C_SLAVE_DEVICE_ADDRESS = const(0x0001)
0 commit comments