We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df076b commit 4fc5d72Copy full SHA for 4fc5d72
Adafruit_TSL2561/Adafruit_TSL2561.py
@@ -20,6 +20,9 @@
20
# Ported "Extended delays to take into account loose timing with 'delay'" update from CPP code
21
# Added hack so that with autogain every sample goes from 1x to 16x as going from 16x to 1x does not work
22
#
23
+# This was checked against a £10 lux meter from Amazon and was withing 10% up and down the range, the meter
24
+# had a stated accuracy of 5% but then again, £10 meter.
25
+#
26
27
import sys
28
import time
0 commit comments