We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25d385 commit 8a0940bCopy full SHA for 8a0940b
tests/drivers/build_all/sensor/i2c.dtsi
@@ -237,6 +237,15 @@ test_i2c_sht3xd: sht3xd@23 {
237
alert-gpios = <&test_gpio 0 0>;
238
};
239
240
+test_i2c_shtc3: SHTC3@70 {
241
+ compatible = "sensirion,shtcx";
242
+ label = "SHTC3";
243
+ reg = <0x70>;
244
+ chip = "shtc3";
245
+ measure-mode = "normal";
246
+ clock-stretching;
247
+};
248
+
249
test_i2c_si7006: si7006@24 {
250
compatible = "silabs,si7006";
251
label = "SI7006";
tests/drivers/build_all/sensor/prj.conf
@@ -73,6 +73,7 @@ CONFIG_MS5837=y
73
CONFIG_OPT3001=y
74
CONFIG_SBS_GAUGE=y
75
CONFIG_SHT3XD=y
76
+CONFIG_SHTCX=y
77
CONFIG_SI7006=y
78
CONFIG_SI7055=y
79
CONFIG_SI7060=y
0 commit comments