commit | be624d8e51b12f60e43e9a1f20fdb287decc6967 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Thu Nov 29 11:02:51 2018 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 30 08:30:13 2018 -0800 |
tree | 490d935423a3f54bc3040787472bf8d48c7b836f | |
parent | 5313d4fb515ddff1c46d2653bee653fd15884ed8 [diff] |
drivers: sensor: sht3xd: change from level to double edge trigger The sensor signal cannot be cleared by the application, so enabling level triggers causes the system to hang as the callback is invoked repeatedly. We want notification when the alarm state is entered, and when it's exited, so use a double edge. Signed-off-by: Peter A. Bigot <pab@pabigot.com>