1.. _apds9960:
2
3APDS9960 RGB, Ambient Light, Gesture Sensor
4###########################################
5
6Overview
7********
8
9This sample application demonstrates how to use the APDS9960 sensor to get
10ambient light, RGB, and proximity (or gesture) data.  This sample checks the
11sensor in polling mode (without an interrupt trigger).
12
13Building and Running
14********************
15
16This sample application uses an APDS9960 sensor connected to a board
17(for example as shown in this
18`Sparkfun APDS9960 tutorial`_).
19
20.. zephyr-app-commands::
21   :zephyr-app: samples/sensor/apds9960
22   :board: reel_board
23   :goals: flash
24   :compact:
25
26Sample Output
27=============
28
29.. code-block:: console
30
31        ambient light intensity without trigger is 387
32        proxy without trigger is 115
33        ambient light intensity without trigger is 386
34        proxy without trigger is 112
35        ambient light intensity without trigger is 386
36
37.. _Sparkfun APDS9960 tutorial: https://www.sparkfun.com/products/12787
38