Skip to content

Commit 501f07f

Browse files
str4t0mnashif
authored andcommitted
drivers: sensor: sensirion: sht4x: update measurement duration
Update the measurement durations for the sht4x sensors in accordance with the datasheet revision 6.6 (2024-04). These timings have been updated by sensirion in rev 3 of the datasheet. Signed-off-by: Thomas Stranger <[email protected]>
1 parent c120ffb commit 501f07f

File tree

1 file changed

+1
-1
lines changed
  • drivers/sensor/sensirion/sht4x

1 file changed

+1
-1
lines changed

drivers/sensor/sensirion/sht4x/sht4x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static const uint8_t measure_cmd[3] = {
4141
};
4242

4343
static const uint16_t measure_wait_us[3] = {
44-
1700, 4500, 8200
44+
1600, 4500, 8300
4545
};
4646

4747
/*

0 commit comments

Comments
 (0)