zephyr/drivers/sensor/apds9960
Maureen Helm 0cff42fe9d drivers: sensor: Refactor apds9960 to use const config struct
Refactors the apds9960 sensor driver to get the i2c device name, i2c
device address, gpio device name, and gpio pin from a constant device
configuration structure, rather than using hardcoded macros. This will
make it easier to change the names of the macros and to instantiate
multiple instances of the driver.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2019-03-15 10:30:53 -05:00
..
CMakeLists.txt drivers: apds9960: add trigger mode for proximity 2018-09-21 09:02:00 -05:00
Kconfig drivers: sensor: Remove Kconfigs conditioned upon !HAS_DTS_GPIO 2018-10-02 10:50:18 -07:00
apds9960.c drivers: sensor: Refactor apds9960 to use const config struct 2019-03-15 10:30:53 -05:00
apds9960.h drivers: sensor: Refactor apds9960 to use const config struct 2019-03-15 10:30:53 -05:00
apds9960_trigger.c drivers: sensor: Refactor apds9960 to use const config struct 2019-03-15 10:30:53 -05:00