Skip to content

Commit 2a9035d

Browse files
committed
2 parents dea952d + 598f995 commit 2a9035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
# - adafruit_vl6180x.ALS_GAIN_20 = 20x
3131
# - adafruit_vl6180x.ALS_GAIN_40 = 40x
3232
light_lux = sensor.read_lux(adafruit_vl6180x.ALS_GAIN_1)
33-
print('Light: {0}lux'.format(light_lux))
33+
print('Light (1x gain): {0}lux'.format(light_lux))
3434
# Delay for a second.
3535
time.sleep(1.0)

0 commit comments

Comments
 (0)