Home
last modified time | relevance | path

Searched full:max44009 (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/samples/sensor/max44009/
Dsample.yaml2 name: MAX44009 light sensor
4 This is a sample app to read an external MAX44009 light sensor via I2C
7 sample.sensor.max44009:
15 - "MAX44009 light sensor application"
18 filter: dt_compat_enabled("maxim,max44009")
DCMakeLists.txt5 project(max44009) project
/Zephyr-latest/drivers/sensor/maxim/max44009/
DKconfig1 # MAX44009 light sensor configuration options
6 config MAX44009 config
7 bool "MAX44009 Light Sensor"
12 Enable driver for MAX44009 light sensors.
DCMakeLists.txt5 zephyr_library_sources(max44009.c)
Dmax44009.c15 #include "max44009.h"
17 LOG_MODULE_REGISTER(MAX44009, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/dts/bindings/sensor/
Dmaxim,max44009.yaml5 Maxim MAX44009 Ambient Light Sensor. See datasheet at
6 https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf
8 compatible: "maxim,max44009"
/Zephyr-latest/samples/sensor/max44009/boards/
Dfrdm_k64f.overlay8 max44009@4a {
9 compatible = "maxim,max44009";
/Zephyr-latest/samples/sensor/max44009/src/
Dmain.c12 * @file Sample app using the MAX44009 light sensor through ARC I2C.
24 printk("MAX44009 light sensor application\n"); in main()
/Zephyr-latest/drivers/sensor/maxim/
DCMakeLists.txt13 add_subdirectory_ifdef(CONFIG_MAX44009 max44009)
DKconfig13 source "drivers/sensor/maxim/max44009/Kconfig"
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst51 - Sensors: Added driver for MAX44009 light sensor.
114 - Added sample for MAX44009 light sensor.
155 * ``ZEP-357`` - Support for the MAX44009 sensor
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi169 test_i2c_max44009: max44009@16 {
170 compatible = "maxim,max44009";