Lines Matching +full:proximity +full:- +full:high +full:- +full:threshold
1 .. zephyr:code-sample:: vcml4040
2 :name: VCNL4040 Proximity and Ambient Light Sensor
3 :relevant-api: sensor_interface
5 Get proximity and ambient light data from a VCNL4040 sensor (polling & trigger mode).
10 This sample periodically measures proximity and light for
11 5 sec in the interval of 300msec in polling mode. Then threshold trigger mode
12 is enabled with the high threshold value of 127 and data is fetched based
24 - VCNL4040: https://www.vishay.com/docs/84274/vcnl4040.pdf
32 .. zephyr-app-commands::
33 :zephyr-app: samples/sensor/vcnl4040/
40 .. code-block:: console
44 Proximity: 31
51 Testing proximity trigger.
54 Proximity: 122
58 Threshold trigger test finished.