Skip to content

Commit e0dbba5

Browse files
joseppckartben
authored andcommitted
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 <[email protected]>
1 parent b915e24 commit e0dbba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/sensor/lps22hh/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. zephyr:code-sample:: lps22hh
2-
:name: LPSS22HH Temperature and Pressure Sensor
2+
:name: LPS22HH Temperature and Pressure Sensor
33
:relevant-api: sensor_interface
44

55
Get pressure and temperature data from an LPS22HH sensor (polling & trigger mode).

samples/sensor/lps22hh_i3c/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. zephyr:code-sample:: lps22hh_i3c
2-
:name: LPSS22HH Temperature and Pressure Sensor (I3C)
2+
:name: LPS22HH Temperature and Pressure Sensor (I3C)
33
:relevant-api: sensor_interface
44

55
Get pressure and temperature data from an LPS22HH sensor over I3C (polling &

0 commit comments

Comments
 (0)