1.. _tmp112_sample:
2
3TMP112 sample
4#############
5
6Overview
7********
8
9A sample showing how to use the :dtcompatible:`ti,tmp112` sensor.
10
11Requirements
12************
13
14A board with this sensor built in to its :ref:`devicetree <dt-guide>`, or a
15devicetree overlay with such a node added.
16
17Building and Running
18********************
19
20To build and flash the sample for the :ref:`frdm_k64f`:
21
22.. zephyr-app-commands::
23   :zephyr-app: samples/sensor/tmp112
24   :board: frdm_k64f
25   :goals: build flash
26   :compact:
27