zephyr/drivers/sensor/apds9960
Johann Fischer 963f97d035 drivers: apds9960: use interrupt output for sample
This patch changes the behavior of the sensor. The sensor
will remain in sleep mode after initialization and will only
run the measurements once when sample_fetch is called.
This optimizes the power consumption of the sensor as it
stays in sleep mode most of the time.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-09-21 09:02:00 -05:00
..
CMakeLists.txt drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. 2018-05-15 17:48:18 +03:00
Kconfig drivers: apds9960: use interrupt output for sample 2018-09-21 09:02:00 -05:00
apds9960.c drivers: apds9960: use interrupt output for sample 2018-09-21 09:02:00 -05:00
apds9960.h drivers: apds9960: use interrupt output for sample 2018-09-21 09:02:00 -05:00