Lines Matching +full:i2c +full:- +full:scl +full:- +full:hz
1 .. zephyr:code-sample:: sht3xd
3 :relevant-api: sensor_interface
10 This sample application periodically (2 Hz) measures the ambient
17 …- `SHT3X-DIS sensor <https://www.sensirion.com/en/environmental-sensors/humidity-sensors/digital-h…
22 This sample uses the SHT3X_DIS sensor controlled using the I2C interface.
23 Connect Supply: **VDD**, **GND** and Interface: **SDA**, **SCL**
26 Depending on the baseboard used, the **SDA** and **SCL** lines require Pull-Up
33 sensor. It should work with any platform featuring a I2C peripheral
38 .. zephyr-app-commands::
39 :zephyr-app: samples/sensor/sht3xd
46 .. code-block:: console