Skip to content
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

Disable 24-bit mode for LargeWhite light in Si1133 driver #288

Closed
dhineshkumarmcci opened this issue Apr 3, 2021 · 0 comments
Closed

Disable 24-bit mode for LargeWhite light in Si1133 driver #288

dhineshkumarmcci opened this issue Apr 3, 2021 · 0 comments
Assignees
Labels

Comments

@dhineshkumarmcci
Copy link
Contributor

The LargeWhite configuration is set to 24 bit mode by default, this has to be set to false by default.

Catena_Si1133::ChannelConfiguration_t()
.setAdcMux(Catena_Si1133::InputLed_t::LargeWhite)
.setSwGainCode(7)
.setHwGainCode(4)
.setPostShift(1)
.set24bit(1)
.setCounter(Catena_Si1133::ChannelConfiguration_t::CounterSelect_t::MeasCount2),

@dhineshkumarmcci dhineshkumarmcci self-assigned this Apr 3, 2021
terrillmoore added a commit that referenced this issue Apr 5, 2021
Fix #288: incorporate changes from issue288 branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant