zephyr/drivers/sensor
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
..
adt7420 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
adxl362 drivers: sensor: Fix unused variable warnings 2018-09-20 12:43:59 -04:00
adxl372 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ak8975 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
amg88xx headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
apds9960 drivers: apds9960: use interrupt output for sample 2018-09-21 09:02:00 -05:00
bma280 drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
bmc150_magn headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
bme280 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
bmg160 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
bmi160 drivers: sensor: Fix compiler format warning in bmi160 2018-09-20 12:43:59 -04:00
bmm150 drivers: sensor: Add missing cmake files for bmm150 2018-09-20 12:43:59 -04:00
ccs811 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
dht headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
fxas21002 drivers/sensor/fxas21002: Fix race condition during initialization 2018-08-13 09:05:54 -05:00
fxos8700 sensor: Remove unnecessary Kconfig parentheses in sensor drivers 2018-09-13 10:49:54 -04:00
hdc1008 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
hmc5883l drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
hp206c headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
hts221 drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
isl29035 drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
lis2dh drivers: sensor: Fix unused variable warnings 2018-09-20 12:43:59 -04:00
lis3dh drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
lis3mdl headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
lps22hb headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
lps25hb headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
lsm6ds0 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
lsm6dsl drivers: sensor: Fix incorrect Kconfig dependency in lsm6dsl 2018-09-20 12:43:59 -04:00
lsm9ds0_gyro headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
lsm9ds0_mfd headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
max30101 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
max44009 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
mcp9808 drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
mma8451q headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
mpu6050 drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
nrf5 sensor: Eliminate repetitive Kconfig "depends on" in sensor drivers 2018-09-13 01:02:37 -04:00
pms7003 sensor: Eliminate repetitive Kconfig "depends on" in sensor drivers 2018-09-13 01:02:37 -04:00
sht3xd drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
sx9500 drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
th02 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
tmp007 drivers: sensor: Fix casting warnings 2018-09-20 12:43:59 -04:00
tmp112 sensor: Eliminate repetitive Kconfig "depends on" in sensor drivers 2018-09-13 01:02:37 -04:00
vl53l0x headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
CMakeLists.txt drivers: sensor: Add missing cmake files for bmm150 2018-09-20 12:43:59 -04:00
Kconfig drivers: sensors: adxl372: Add driver for ADXL372 high-g accelerometer 2018-08-21 20:19:44 -05:00
sensor_handlers.c