mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 08:25:21 +00:00
Add the overlay file for the i.MX RT1064 EVK board. The sample can be run on the i.MX RT1064 EVK board out of the box. Signed-off-by: Simone Orru <simone.orru@secomind.com> |
||
---|---|---|
.. | ||
boards | ||
socs | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. 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