Searched full:max44009 (Results 1 – 12 of 12) sorted by relevance
2 name: MAX44009 light sensor4 This is a sample app to read an external MAX44009 light sensor via I2C7 sample.sensor.max44009:15 - "MAX44009 light sensor application"18 filter: dt_compat_enabled("maxim,max44009")
5 project(max44009) project
1 # MAX44009 light sensor configuration options6 config MAX44009 config7 bool "MAX44009 Light Sensor"12 Enable driver for MAX44009 light sensors.
5 zephyr_library_sources(max44009.c)
15 #include "max44009.h"17 LOG_MODULE_REGISTER(MAX44009, CONFIG_SENSOR_LOG_LEVEL);
5 Maxim MAX44009 Ambient Light Sensor. See datasheet at6 https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf8 compatible: "maxim,max44009"
8 max44009@4a {9 compatible = "maxim,max44009";
12 * @file Sample app using the MAX44009 light sensor through ARC I2C.24 printk("MAX44009 light sensor application\n"); in main()
13 add_subdirectory_ifdef(CONFIG_MAX44009 max44009)
13 source "drivers/sensor/maxim/max44009/Kconfig"
51 - Sensors: Added driver for MAX44009 light sensor.114 - Added sample for MAX44009 light sensor.155 * ``ZEP-357`` - Support for the MAX44009 sensor
169 test_i2c_max44009: max44009@16 {170 compatible = "maxim,max44009";