Skip to content

added saturation check functions #15

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christakahashi
Copy link

Added two functions to check if the last readings were analog or digital saturated. This will help when checking if gains and integration time are appropriate especially if the light source has changed. This should not change how any code already written works. It does add a byte of memory usage and a few cycles when polling for a result. It does not add any additional bus transactions as the flag bits were already being read but not saved or used.

I've done my best to make the code consistent with the rest of the library.

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

Successfully merging this pull request may close these issues.

1 participant