Skip to content

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

Closed
@dhineshkumarmcci

Description

@dhineshkumarmcci

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),

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions