diff --git a/examples/tsl2561_simpletest.py b/examples/tsl2561_simpletest.py index 21b9817..49549c0 100644 --- a/examples/tsl2561_simpletest.py +++ b/examples/tsl2561_simpletest.py @@ -1,3 +1,4 @@ +import time import board import busio import adafruit_tsl2561 @@ -18,6 +19,7 @@ # Enable the light sensor tsl.enabled = True +time.sleep(1) # Set gain 0=1x, 1=16x tsl.gain = 0