We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit_CircuitPython_TSL2591/adafruit_tsl2591.py
Line 252 in 0fa3c2e
This should use the ATime reference to determine the resolution for Overflow. If 100 ms, this is >= 36863 counts for an overflow.
37889 observed for saturation in the VIR channel, which exceeds the datasheet value of 36863 (0x8FFF)
The text was updated successfully, but these errors were encountered:
Modified for Issue adafruit#5 for the maxCounts to determine if the s…
e427332
…ensor overflowed
Fxed in PR #6
Sorry, something went wrong.
No branches or pull requests
Adafruit_CircuitPython_TSL2591/adafruit_tsl2591.py
Line 252 in 0fa3c2e
This should use the ATime reference to determine the resolution for Overflow. If 100 ms, this is >= 36863 counts for an overflow.
37889 observed for saturation in the VIR channel, which exceeds the datasheet value of 36863 (0x8FFF)
The text was updated successfully, but these errors were encountered: