Lines Matching +full:pin +full:- +full:header
1 .. zephyr:code-sample:: lps22hh_i3c
3 :relevant-api: sensor_interface
18 STEVALMKI192-V1 connected to the I3C header on :zephyr:board:`mimxrt685_evk`.
23 - LPS22HH: https://www.st.com/en/mems-and-sensors/lps22hh.html
29 sensor (for example, the one on evaluation board STEVALMKI192-V1).
34 I3C In-Band Interrupt (IBI) to signal new data being available.
45 .. zephyr-app-commands::
46 :zephyr-app: samples/sensor/lps22hh_i3c
47 :host-os: unix
56 ------------------
59 header, where:
61 * SCL is on pin 1
62 * SDA is on pin 2
63 * Internal pull-up is on pin 3 (which is connected to pin 2 already)
69 A LPS22HH sensor needs to be connected to this header. For example,
70 the evaluation board STEVAL-MKI192V1 can be used. This needs to be
72 left-shifed).
77 .. code-block:: console