zephyr/samples/sensor/thermometer
Anas Nashif da5f185e06 samples: add test identifier
Add unique identifier instead of just 'test' for samples.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-03-29 17:44:11 -04:00
..
src sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
CMakeLists.txt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
prj.conf
README.txt
sample.yaml samples: add test identifier 2019-03-29 17:44:11 -04:00

Title: Thermometer

Description:

A simple thermometer example

--------------------------------------------------------------------------------

Building and Running Project:

This project writes the temperature to the console once per second.
It can be built and executed on bbc_microbit as follows:

    make

Sample Output:

Thermometer Example!
arm temp device is 0x20000184, name is TEMP_0
Temperature is 29.5C
Temperature is 29.5C
Temperature is 29.5C