We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e31d3b commit 1566ffdCopy full SHA for 1566ffd
adafruit_tsl2591.py
@@ -70,7 +70,7 @@
70
_TSL2591_LUX_COEFC = 0.59
71
_TSL2591_LUX_COEFD = 0.86
72
_TSL2591_MAX_COUNT_100MS = const(36863)
73
-_TSL2591_MAX_COUNT = const(0xFFFF)
+_TSL2591_MAX_COUNT = const(65535)
74
75
# User-facing constants:
76
GAIN_LOW = 0x00 # low gain (1x)
0 commit comments