Lines Matching +full:window +full:- +full:mode
1 .. zephyr:code-sample:: adt7420
2 :name: ADT7420 high-accuracy digital I2C temperature sensor
3 :relevant-api: sensor_interface
5 Get temperature data from an ADT7420 sensor using polling and window mode.
13 When configured in trigger mode the update interval is 5 s, and the
14 sample maintains a |plusminus| 1 |deg| C window around a recent
15 temperature. As soon as the temperature goes outside the window an
17 upper and lower window boundaries.
22 - ADT7420: https://www.analog.com/adt7420
31 Depending on the baseboard used, the **SDA** and **SCL** lines require Pull-Up
43 .. zephyr-app-commands::
44 :zephyr-app: samples/sensor/adt7420
51 .. code-block:: console
53 *** Booting Zephyr OS build zephyr-v2.1.0-538-g12b2ed2cf7c3 ***