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 <thomas.stranger@outlook.com>
This commit is contained in:
parent
c120ffb31d
commit
501f07fe53
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ static const uint8_t measure_cmd[3] = {
|
|||
};
|
||||
|
||||
static const uint16_t measure_wait_us[3] = {
|
||||
1700, 4500, 8200
|
||||
1600, 4500, 8300
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue