Skip to content

Commit 335b433

Browse files
committed
Typo fix
1 parent ceb3b98 commit 335b433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_TSL2561/Adafruit_TSL2561.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Added calculateAvgLux
1919
# Changed main method to use calculateAvgLux and looping support added.
2020
# Ported "Extended delays to take into account loose timing with 'delay'" update from CPP code
21-
# Added have so that with autogain every sample goes from 1x to 16x as going from 16x to 1x does not work
21+
# Added hack so that with autogain every sample goes from 1x to 16x as going from 16x to 1x does not work
2222
#
2323

2424
import sys

0 commit comments

Comments
 (0)