Searched full:tsl2591 (Results 1 – 11 of 11) sorted by relevance
4 menuconfig TSL2591 config5 bool "OSRAM-AMS TSL2591 light sensor"10 Enable driver for TSL2591 sensor.12 if TSL259165 endif # TSL2591
5 zephyr_library_sources(tsl2591.c)
7 #include "tsl2591.h"9 LOG_MODULE_DECLARE(TSL2591, CONFIG_SENSOR_LOG_LEVEL);
13 #include <zephyr/drivers/sensor/tsl2591.h>
12 #include "tsl2591.h"14 LOG_MODULE_REGISTER(TSL2591, CONFIG_SENSOR_LOG_LEVEL);
5 OSRAM ams TSL2591 ambient light sensor.7 compatible: "ams,tsl2591"15 The interrupt pin of the TSL2591 is open-drain, active low.
9 * @brief Extended public API for AMS's TSL2591 ambient light sensor11 * This exposes attributes for the TSL2591 which can be used for
13 add_subdirectory_ifdef(CONFIG_TSL2591 tsl2591)
13 source "drivers/sensor/ams/tsl2591/Kconfig"
907 test_i2c_tsl2591: tsl2591@84 {908 compatible = "ams,tsl2591";
1109 * Added TSL2591 light sensor driver (:dtcompatible:`ams,tsl2591`).