drivers: sensor: STS4x Add driver

This adds support for Sensirion's STS4x temperature sensor.

Signed-off-by: Jan Faeh <jan.faeh@sensirion.com>
This commit is contained in:
Jan Faeh 2024-08-20 16:18:38 +02:00 committed by Anas Nashif
commit 22945254ef
7 changed files with 216 additions and 0 deletions

View file

@ -1125,3 +1125,9 @@ test_i2c_ilps22qs: ilps22qs@9c {
avg = <LPS2xDF_DT_AVG_128_SAMPLES>;
fs = <ILPS22QS_DT_FS_MODE_1_1260>;
};
test_i2c_sts4x: sts4x@9d {
compatible = "sensirion,sts4x";
reg = <0x99>;
repeatability = <2>;
};