zephyr/drivers/sensor/lis3mdl
Armando Visconti 0ba94d6d78 driver/sensor: lis3mdl: Fix DRDY interrupt
The LIS3MDL sensor provides two different pins for handling
interrupts: the DRDY, that triggers new data sample availability,
and INT, that goes off when data sample exceeds a given threshold.

The driver handled data ready triggers only, which does not
require sensor configuration at all. Moreover a dummy read is
required when the data ready is configured to re-trigger a new
interrupt.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2020-02-25 11:40:17 +01:00
..
CMakeLists.txt
Kconfig sensor: lis3mdl-magn: Convert GPIO INT to device tree 2019-11-06 17:10:49 +01:00
lis3mdl.c drivers: sensors: Fix log module registration 2019-10-11 07:33:08 -05:00
lis3mdl.h
lis3mdl_trigger.c driver/sensor: lis3mdl: Fix DRDY interrupt 2020-02-25 11:40:17 +01:00