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 dd7ac56 commit 74b560eCopy full SHA for 74b560e
drivers/sensor/sensirion/sht3xd/sht3xd_trigger.c
@@ -233,7 +233,7 @@ int sht3xd_init_interrupt(const struct device *dev)
233
return -EIO;
234
}
235
236
- if (sht3xd_write_reg(dev, SHT3XD_CMD_WRITE_TH_LOW_SET, 0) < 0) {
+ if (sht3xd_write_reg(dev, SHT3XD_CMD_WRITE_TH_LOW_CLEAR, 0) < 0) {
237
LOG_DBG("Failed to write threshold low clear value!");
238
239
0 commit comments