Skip to content

Commit

Permalink
Modified the ALS coefficient from 3.8 to 3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Tsai <josh_tsai@compal.com>
  • Loading branch information
Josh Tsai committed Jul 27, 2022
1 parent 20cd1a3 commit 1ab1bbd
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 1ab1bbd

Please sign in to comment.