Searched full:isl29035 (Results 1 – 15 of 15) sorted by relevance
1 # ISL29035 light sensor configuration options6 menuconfig ISL29035 config7 bool "ISL29035 light sensor"12 Enable driver for the ISL29035 light sensor.14 if ISL2903568 Sensing mode in which the ISL29035 will function. The chip can be148 endif # ISL29035
5 zephyr_library_sources(isl29035.c)
1 /* sensor_isl29035.c - trigger support for ISL29035 light sensor */15 #include "isl29035.h"19 LOG_MODULE_DECLARE(ISL29035, CONFIG_SENSOR_LOG_LEVEL);112 LOG_ERR("isl29035: Error reading command register"); in isl29035_thread_cb()
1 /* sensor_isl29035.c - driver for ISL29035 light sensor */18 #include "isl29035.h"20 LOG_MODULE_REGISTER(ISL29035, CONFIG_SENSOR_LOG_LEVEL);
1 /* sensor_isl29035.h - header file for ISL29035 light sensor driver */
5 Intersil ISL29035 Light Sensor. See datasheet at6 https://www.renesas.com/us/en/www/doc/datasheet/isl29035.pdf8 compatible: "isil,isl29035"
1 .. zephyr:code-sample:: isl290352 :name: ISL29035 Digital Light Sensor5 Get light intensity data from an ISL29035 sensor (polling & trigger mode).14 ISL29035 sensor every 10 seconds if it is within +/- 50 lux of the last30 :zephyr-app: samples/sensor/isl29035
2 name: ISL29035 Digital Light Sensor4 sample.sensor.isl29035:
5 project(isl29035) project
8 isl29035@44 {9 compatible = "isil,isl29035";
7 add_subdirectory_ifdef(CONFIG_ISL29035 isl29035)
7 source "drivers/sensor/renesas/isl29035/Kconfig"
59 printf("Cannot read ISL29035 value\n"); in process_sample()
158 test_i2c_isl29035: isl29035@14 {159 compatible = "isil,isl29035";
2021 * :github:`10585` - [Coverity CID :188740]Error handling issues in /drivers/sensor/isl29035/isl2903…