We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dea952d + 598f995 commit 2a9035dCopy full SHA for 2a9035d
examples/simpletest.py
@@ -30,6 +30,6 @@
30
# - adafruit_vl6180x.ALS_GAIN_20 = 20x
31
# - adafruit_vl6180x.ALS_GAIN_40 = 40x
32
light_lux = sensor.read_lux(adafruit_vl6180x.ALS_GAIN_1)
33
- print('Light: {0}lux'.format(light_lux))
+ print('Light (1x gain): {0}lux'.format(light_lux))
34
# Delay for a second.
35
time.sleep(1.0)
0 commit comments