Skip to content

Commit 0f6da4e

Browse files
author
caternuson
committed
travis kick
1 parent d530680 commit 0f6da4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tca9548a_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
tsl1 = adafruit_tsl2591.TSL2591(tca[0])
1717
tsl2 = adafruit_tsl2591.TSL2591(tca[1])
1818

19-
# Loop and profit!
19+
# After initial setup, can just use sensors as normal.
2020
while True:
2121
print(tsl1.lux, tsl2.lux)
22-
time.sleep(0.1)
22+
time.sleep(0.1)

0 commit comments

Comments
 (0)