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:
parent
5595f66851
commit
22945254ef
7 changed files with 216 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue