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 82a0669 commit 74360e7Copy full SHA for 74360e7
examples/vl6180x_simpletest.py
@@ -17,7 +17,7 @@
17
18
# Create sensor instance.
19
sensor = adafruit_vl6180x.VL6180X(i2c)
20
-# sensor = adafruit_vl6180x.VL6180X(i2c) # This would add a +10 millimeter offset to all measurements:
+# sensor = adafruit_vl6180x.VL6180X(i2c) # This would add a +10 millimeter offset to measurements:
21
22
# Main loop prints the range and lux every second:
23
while True:
0 commit comments