Home
last modified time | relevance | path

Searched full:apds9960 (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/samples/sensor/apds9960/
DREADME.rst1 .. zephyr:code-sample:: apds9960
2 :name: APDS9960 RGB, ambient light, and gesture sensor
5 Get ambient light, RGB, and proximity/gesture data from an APDS9960 sensor.
10 This sample application demonstrates how to use the APDS9960 sensor to get
17 This sample application uses an APDS9960 sensor connected to a board
19 `Sparkfun APDS9960 tutorial`_).
22 :zephyr-app: samples/sensor/apds9960
38 .. _Sparkfun APDS9960 tutorial: https://www.sparkfun.com/products/12787
Dsample.yaml2 name: APDS9960 sample
4 sample.sensor.apds9960:
17 - "APDS9960 sample application"
20 sample.sensor.apds9960.trigger:
35 - "APDS9960 sample application"
DCMakeLists.txt5 project(apds9960) project
/Zephyr-latest/drivers/sensor/apds9960/
DKconfig5 menuconfig APDS9960 config
6 bool "APDS9960 Sensor"
11 Enable driver for APDS9960 sensors.
13 if APDS9960
118 endif # APDS9960
DCMakeLists.txt5 zephyr_library_sources(apds9960.c)
Dapds9960_trigger.c13 #include "apds9960.h"
18 LOG_MODULE_DECLARE(APDS9960, CONFIG_SENSOR_LOG_LEVEL);
Dapds9960.c11 * @brief driver for APDS9960 ALS/RGB/gesture/proximity sensor
25 #include "apds9960.h"
27 LOG_MODULE_REGISTER(APDS9960, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/dts/bindings/sensor/
Davago,apds9960.yaml4 description: APDS9960 digital proximity, ambient light, RGB, and gesture sensor
6 compatible: "avago,apds9960"
16 The interrupt pin of APDS9960 is open-drain, active low.
/Zephyr-latest/boards/arduino/nano_33_ble/
Darduino_nano_33_ble_nrf52840_sense.dts37 apds9960: apds9960@39 { label
38 compatible = "avago,apds9960";
/Zephyr-latest/boards/croxel/croxel_cx1825/
Dcroxel_cx1825_nrf52840.dts54 prox-sensor0 = &apds9960;
113 apds9960: apds9960@39 { label
114 compatible = "avago,apds9960";
/Zephyr-latest/samples/sensor/sensor_shell/
DREADME.rst75 device name: apds9960@39, vendor: Avago Technologies, model: apds9960, friendly name: (null)
/Zephyr-latest/boards/bytesatwork/bytesensi_l/
Dbytesensi_l.dts89 light_sensor: apds9960@39 {
91 compatible = "avago,apds9960";
/Zephyr-latest/doc/build/dts/
Dintro-syntax-structure.rst141 apds9960@39 {
142 compatible = "avago,apds9960";
165 ``i2c@40003000``, or ``39`` in ``apds9960@39``. Unit addresses are optional:
179 For example, the child node ``apds9960@39`` of the I2C controller
230 The recommended format is ``"vendor,device"``, like ``"avago,apds9960"``,
264 - I2C devices (like ``apds9960@39`` and its siblings):
Dzephyr_dt_i2c_example.svg569 … style="display:inline-block;text-align:inherit;text-decoration:inherit;">apds9960@39</xhtml:div>
577 … style="font-size:12px;font-family:Verdana;text-anchor:middle;fill:#000000">apds9960@39</text>
595 …it;text-decoration:inherit;white-space:normal;">compatible = &quot;avago,apds9960&quot;</xhtml:div>
603 x="84">compatible = &quot;avago,apds9960&quot;</text>
/Zephyr-latest/drivers/sensor/
DCMakeLists.txt37 add_subdirectory_ifdef(CONFIG_APDS9960 apds9960)
DKconfig121 source "drivers/sensor/apds9960/Kconfig"
/Zephyr-latest/boards/phytec/reel_board/dts/
Dreel_board.dtsi157 apds9960@39 {
158 compatible = "avago,apds9960";
/Zephyr-latest/samples/sensor/apds9960/src/
Dmain.c32 printk("APDS9960 sample application\n"); in main()
/Zephyr-latest/boards/croxel/croxel_cx1825/doc/
Dindex.rst34 - Ambient & RGB Light and Proximity Sensor (APDS9960)
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst104 * APDS9960 sensor driver added
218 * ``ZEP-1552`` - Provide apds9960 sensor driver
Drelease-notes-1.12.rst729 * :github:`7804` - samples/sensor/apds9960 fails with assertion "Fatal fault in essential thread" o…
/Zephyr-latest/boards/adafruit/feather_nrf52840/doc/
Dindex.rst53 - APDS9960 Proximity, Light, Color, and Gesture Sensor (Sense only)
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dreel_board.c379 /* apds9960 */ in show_sensors_data()
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi73 test_i2c_apds9960: apds9960@7 {
74 compatible = "avago,apds9960";
/Zephyr-latest/boards/phytec/reel_board/doc/
Dindex.rst204 | P0.23 | APDS9960 INT | GPIO |
289 | J11 | closed solder jumper | testpoint INT APDS9960 |

12