Skip to content

Commit 7a61a89

Browse files
authored
Merge pull request #505 from FrameworkComputer/hx30.als_coefficient
Modified the ALS coefficient from 3.8 to 3.2
2 parents 20cd1a3 + 1ab1bbd commit 7a61a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/hx30/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const struct i2c_port_t i2c_ports[] = {
255255
const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
256256

257257
struct als_t als[] = {
258-
{"CAPELLA", cm32183_init, cm32183_read_lux, 38},
258+
{"CAPELLA", cm32183_init, cm32183_read_lux, 32},
259259
};
260260
BUILD_ASSERT(ARRAY_SIZE(als) == ALS_COUNT);
261261

0 commit comments

Comments
 (0)