commit | bf1334bafb4b4ba5c199294b985c91c44e9bbf82 | [log] [tgz] |
---|---|---|
author | Maxime Vincent <maxime@veemax.be> | Sat Mar 19 11:08:21 2022 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 26 15:53:58 2022 -0400 |
tree | 7e25bd8808bbb83bf654bd26a2f2ba2aa7dac89f | |
parent | 652ab7f2d4d2c89ab96c8850dfcf8dbe05526ebb [diff] |
drivers/sensor: lis2dw12: add threshold interrupt support Add optional threshold interrupt support. Implemented using SENSOR_TRIG_THRESHOLD sensor trigger type. The features can be optionally enabled through Kconfig, or disabled for smaller code size. Signed-off-by: Maxime Vincent <maxime@veemax.be>