Skip to content

Commit

Permalink
Merge pull request #505 from FrameworkComputer/hx30.als_coefficient
Browse files Browse the repository at this point in the history
Modified the ALS coefficient from 3.8 to 3.2
  • Loading branch information
kiram9 committed Jul 28, 2022
2 parents 20cd1a3 + 1ab1bbd commit 7a61a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/hx30/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const struct i2c_port_t i2c_ports[] = {
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);

struct als_t als[] = {
{"CAPELLA", cm32183_init, cm32183_read_lux, 38},
{"CAPELLA", cm32183_init, cm32183_read_lux, 32},
};
BUILD_ASSERT(ARRAY_SIZE(als) == ALS_COUNT);

Expand Down

0 comments on commit 7a61a89

Please sign in to comment.