samples: sensor: lps22hh: fix title
The name of the sensor in the title had one S too many, it should be LPS22HH instead of LPSS22HH. Same for the I3C version of the sample. Signed-off-by: Josep Puigdemont <josep.puigdemont@gmail.com>
This commit is contained in:
parent
b915e24817
commit
e0dbba5bd3
@ -1,5 +1,5 @@
|
||||
.. zephyr:code-sample:: lps22hh
|
||||
:name: LPSS22HH Temperature and Pressure Sensor
|
||||
:name: LPS22HH Temperature and Pressure Sensor
|
||||
:relevant-api: sensor_interface
|
||||
|
||||
Get pressure and temperature data from an LPS22HH sensor (polling & trigger mode).
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.. zephyr:code-sample:: lps22hh_i3c
|
||||
:name: LPSS22HH Temperature and Pressure Sensor (I3C)
|
||||
:name: LPS22HH Temperature and Pressure Sensor (I3C)
|
||||
:relevant-api: sensor_interface
|
||||
|
||||
Get pressure and temperature data from an LPS22HH sensor over I3C (polling &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user