zephyr/samples/sensor/die_temp_polling
Yishai Jaffe b44ab89c4c samples: sensor: die temperature polling: remove redundant configuration
rpi_pico.conf only adds CONFIG_ADC=y which already exists in the
prj.conf so it's redundant and can be removed.

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
2024-11-16 15:20:24 -05:00
..
boards samples: sensor: die temperature polling: remove redundant configuration 2024-11-16 15:20:24 -05:00
socs
src
CMakeLists.txt
README.rst
prj.conf
sample.yaml

README.rst

.. zephyr:code-sample:: die_temp_polling
   :name: CPU die temperature polling
   :relevant-api: sensor_interface

   Get CPU die temperature data from a sensor using polling.

Overview
********

This sample periodically reads temperature from the CPU Die
temperature sensor and display the results.

Building and Running
********************

To run this sample, enable the sensor node that supports ``SENSOR_CHAN_DIE_TEMP``
and create an alias named ``die-temp0`` to link to the node.
The tail ``0`` is the sensor number.  This sample support up to 15 sensors.

.. zephyr-app-commands::
   :zephyr-app: samples/sensor/die_temp_polling
   :board: rpi_pico
   :goals: build
   :compact:

Sample Output
=============

.. code-block:: console

    CPU Die temperature[dietemp]: 22.6 °C
    CPU Die temperature[dietemp]: 22.8 °C
    CPU Die temperature[dietemp]: 23.1 °C