Skip to content

ATime not accounted for in Overflow Detection #5

New issue

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

Closed
Rvice opened this issue Aug 9, 2018 · 1 comment
Closed

ATime not accounted for in Overflow Detection #5

Rvice opened this issue Aug 9, 2018 · 1 comment

Comments

@Rvice
Copy link
Contributor

Rvice commented Aug 9, 2018

if channel_0 == 0xFFFF or channel_1 == 0xFFFF:

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)

Rvice added a commit to Rvice/Adafruit_CircuitPython_TSL2591 that referenced this issue Aug 9, 2018
@Rvice
Copy link
Contributor Author

Rvice commented Aug 13, 2018

Fxed in PR #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant