zephyr/samples/sensor/hts221/README.rst
David B. Kinder 82d6347355 doc: fix broken file and zephyr-app refs
found some references to files (via :zephyr_file: and :zephyr-app:) that
were moved, so the links were broken

Fixes: #19660

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-10-08 15:42:32 -05:00

49 lines
1,018 B
ReStructuredText

.. _hts221:
HTS221: Temperature and Humidity Monitor
########################################
Overview
********
This sample periodically reads temperature and humidity from the HTS221
Temperature & Humidity Sensor and displays it on the console
Requirements
************
This sample uses the HTS221 sensor controlled using the I2C interface.
References
**********
- HTS211: http://www.st.com/en/mems-and-sensors/hts221.html
Building and Running
********************
This project outputs sensor data to the console. It requires an HTS221
sensor, which is present on the disco_l475_iot1 board.
.. zephyr-app-commands::
:zephyr-app: samples/sensor/hts221
:board: disco_l475_iot1
:goals: build
:compact:
Sample Output
=============
.. code-block:: console
Temperature:25.3 C
Relative Humidity:40%
Temperature:25.3 C
Relative Humidity:40%
Temperature:25.3 C
Relative Humidity:40%
Temperature:25.3 C
Relative Humidity:40%
<repeats endlessly every 2 seconds>